EdgeNodeTrait
Fully qualified path: alexandria_merkle_tree::storage_proof::EdgeNodeTrait
pub trait EdgeNodeTrait
Trait functions
new
Creates a new EdgeNode with the specified path, child hash, and path length
Arguments
path- The compressed path as a felt252 valuechild- Hash of the child node at the end of this pathlength- Length of the compressed path in bits
Returns
EdgeNode- A new EdgeNode instance with the specified parameters
Fully qualified path: alexandria_merkle_tree::storage_proof::EdgeNodeTrait::new
fn new(path: felt252, child: felt252, length: u8) -> EdgeNode