WithdrawalArg
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:688
Properties
Section titled “Properties”amount
Section titled “amount”amount:
bigint
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:700
The amount of ckETH in Wei that the client wants to withdraw.
from_subaccount
Section titled “from_subaccount”from_subaccount: [] | [
Subaccount]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:696
The subaccount to burn ckETH from.
recipient
Section titled “recipient”recipient:
string
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:692
The address to which the minter should deposit ETH.