EdgeNodeTrait
Fully qualified path: alexandria_merkle_tree::storage_proof::EdgeNodeTrait
#![allow(unused)] fn main() { pub trait EdgeNodeTrait }
Trait functions
new
Fully qualified path: alexandria_merkle_tree::storage_proof::EdgeNodeTrait::new
#![allow(unused)] fn main() { fn new(path: felt252, child: felt252, length: u8) -> EdgeNode }