pub fn trie_accounts( accounts: &HashMap<Address, DbAccount>, ) -> Vec<(Nibbles, Vec<u8>)>
Builds iterator over stored key-value pairs ready for account trie root calculation.