interface AccountProof {
    accountProof: AccountProof1;
    address: string;
    balance: string;
    codeHash: string;
    nonce: string;
    storageHash: string;
    storageProof: StorageProofs;
}

Properties

accountProof: AccountProof1
address: string
balance: string
codeHash: string
nonce: string
storageHash: string
storageProof: StorageProofs