reth_trie

Constant TRIE_ACCOUNT_RLP_MAX_SIZE

pub const TRIE_ACCOUNT_RLP_MAX_SIZE: usize = 110; // 110usize
Expand description

The maximum size of RLP encoded trie account in bytes. 2 (header) + 4 * 1 (field lens) + 8 (nonce) + 32 * 3 (balance, storage root, code hash)