ContractStateProofTrait
Fully qualified path: alexandria_merkle_tree::storage_proof::ContractStateProofTrait
pub trait ContractStateProofTrait
Trait functions
new
Creates a new ContractStateProof instance with the specified parameters
Arguments
class_commitment- The class commitment hashcontract_proof- Array of TrieNode representing the contract proofcontract_data- ContractData containing contract-specific information
Returns
ContractStateProof- A new ContractStateProof instance
Fully qualified path: alexandria_merkle_tree::storage_proof::ContractStateProofTrait::new
fn new(
class_commitment: felt252, contract_proof: Array<TrieNode>, contract_data: ContractData,
) -> ContractStateProof