Type alias Proof<TQuantity, TIndex>

Proof<TQuantity, TIndex>: {
    accountProof: AccountProof[];
    address: Address;
    balance: TQuantity;
    codeHash: Hash;
    nonce: TIndex;
    storageHash: Hash;
    storageProof: StorageProof<TQuantity>[];
}

Type Parameters

  • TQuantity = bigint

  • TIndex = number

Type declaration

Generated using TypeDoc