ContractStateProofImpl

Fully qualified path: alexandria_merkle_tree::storage_proof::ContractStateProofImpl

#![allow(unused)]
fn main() {
pub impl ContractStateProofImpl of ContractStateProofTrait
}

Impl functions

new

Fully qualified path: alexandria_merkle_tree::storage_proof::ContractStateProofImpl::new

#![allow(unused)]
fn main() {
fn new(
    class_commitment: felt252, contract_proof: Array<TrieNode>, contract_data: ContractData,
) -> ContractStateProof
}