GetProofParameters: {
    address: Address;
    storageKeys: Hash[];
} & ({
    blockNumber?: bigint;
    blockTag?: never;
} | {
    blockNumber?: never;
    blockTag?: BlockTag;
})

Type declaration

  • address: Address

    Account address.

  • storageKeys: Hash[]

    Array of storage-keys that should be proofed and included.

Generated using TypeDoc