BinaryNodeTrait

Fully qualified path: alexandria_merkle_tree::storage_proof::BinaryNodeTrait

#![allow(unused)]
fn main() {
pub trait BinaryNodeTrait
}

Trait functions

new

Fully qualified path: alexandria_merkle_tree::storage_proof::BinaryNodeTrait::new

#![allow(unused)]
fn main() {
fn new(left: felt252, right: felt252) -> BinaryNode
}