WithdrawalDetail
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:841
Details of a withdrawal request and its status.
Properties
Section titled “Properties”from:
Principal
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:861
Sender’s principal.
from_subaccount
Section titled “from_subaccount”from_subaccount: [] | [
Uint8Array<ArrayBufferLike>]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:865
Sender’s subaccount (if given).
max_transaction_fee
Section titled “max_transaction_fee”max_transaction_fee: [] | [
bigint]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:869
Max transaction fee in Wei (transaction fee paid by the sender).
recipient_address
Section titled “recipient_address”recipient_address:
string
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:873
Address to send tokens to.
status
Section titled “status”status:
WithdrawalStatus
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:845
Withdrawal status
token_symbol
Section titled “token_symbol”token_symbol:
string
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:849
Symbol of the withdrawal token (either ckETH or ckERC20 token symbol).
withdrawal_amount
Section titled “withdrawal_amount”withdrawal_amount:
bigint
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:853
Amount of tokens in base unit that was withdrawn.
withdrawal_id
Section titled “withdrawal_id”withdrawal_id:
bigint
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:857
Withdrawal id (i.e. burn index on the ckETH ledger).