WithdrawalSearchParameter
WithdrawalSearchParameter = {
ByRecipient:string; } | {BySenderAccount:Account; } | {ByWithdrawalId:bigint; }
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:776
Search parameter for withdrawals.
Type Declaration
Section titled “Type Declaration”{ ByRecipient: string; }
ByRecipient
Section titled “ByRecipient”ByRecipient:
string
Search by recipient’s ETH address.
{ BySenderAccount: Account; }
BySenderAccount
Section titled “BySenderAccount”BySenderAccount:
Account
Search by sender’s token account.
{ ByWithdrawalId: bigint; }
ByWithdrawalId
Section titled “ByWithdrawalId”ByWithdrawalId:
bigint
Search by ckETH burn index (which is also used to index ckERC20 withdrawals).