Introduces a set of data structures to make stored balances persist in encrypted blobs when written to storage, with a fixed size. The bitwise trie operates on a hash of the account address as its key/prefix, and each leaf node points to a bucket storing a table of [address, balance, history_len].
Introduces a set of data structures to make stored balances persist in encrypted blobs when written to storage, with a fixed size. The bitwise trie operates on a hash of the account address as its key/prefix, and each leaf node points to a bucket storing a table of [address, balance, history_len].