WithdrawalDetail
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:705
Details of a withdrawal request and its status.
Properties
Section titled “Properties”from:
Principal
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:725
Sender’s principal.
from_subaccount
Section titled “from_subaccount”from_subaccount: [] | [
Uint8Array<ArrayBufferLike>]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:729
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:733
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:737
Address to send tokens to.
status
Section titled “status”status:
WithdrawalStatus
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:709
Withdrawal status
token_symbol
Section titled “token_symbol”token_symbol:
string
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:713
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:717
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:721
Withdrawal id (i.e. burn index on the ckETH ledger).