ContractDataTrait

Fully qualified path: alexandria_merkle_tree::storage_proof::ContractDataTrait

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

Trait functions

new

Fully qualified path: alexandria_merkle_tree::storage_proof::ContractDataTrait::new

#![allow(unused)]
fn main() {
fn new(
    class_hash: felt252,
    nonce: felt252,
    contract_state_hash_version: felt252,
    storage_proof: Array<TrieNode>,
) -> ContractData
}