Module account_tree

Module account_tree 

Source

Structs§

AccountMutationSet
A newtype wrapper around a MutationSet for use in the AccountTree.
AccountTree
The sparse merkle tree of all accounts in the blockchain.

Traits§

AccountTreeBackend
This trait abstracts over different SMT backends (e.g., Smt and LargeSmt) to allow the AccountTree to work with either implementation transparently.

Functions§

account_id_to_smt_key
Converts an AccountId to an SMT key for use in account trees.
smt_key_to_account_id
Recovers an AccountId from an SMT key.