WithdrawErc20Arg
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:763
Properties
Section titled “Properties”amount
Section titled “amount”amount:
bigint
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:785
Amount of tokens to withdraw. The amount is in the smallest unit of the token, e.g., ckUSDC uses 6 decimals and so to withdraw 1 ckUSDC, the amount should be 1_000_000.
ckerc20_ledger_id
Section titled “ckerc20_ledger_id”ckerc20_ledger_id:
Principal
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:767
The ledger ID for that ckERC20 token.
from_ckerc20_subaccount
Section titled “from_ckerc20_subaccount”from_ckerc20_subaccount: [] | [
Subaccount]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:779
The subaccount to burn ckERC20 from.
from_cketh_subaccount
Section titled “from_cketh_subaccount”from_cketh_subaccount: [] | [
Subaccount]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:775
The subaccount to burn ckETH from to pay for the transaction fee.
recipient
Section titled “recipient”recipient:
string
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:771
Ethereum address to withdraw to.