EdgeNodeImpl

Fully qualified path: alexandria_merkle_tree::storage_proof::EdgeNodeImpl

#![allow(unused)]
fn main() {
pub impl EdgeNodeImpl of EdgeNodeTrait
}

Impl functions

new

Fully qualified path: alexandria_merkle_tree::storage_proof::EdgeNodeImpl::new

#![allow(unused)]
fn main() {
fn new(path: felt252, child: felt252, length: u8) -> EdgeNode
}