UpgradeArg
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:583
Properties
Section titled “Properties”deposit_with_subaccount_helper_contract_address
Section titled “deposit_with_subaccount_helper_contract_address”deposit_with_subaccount_helper_contract_address: [] | [
string]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:587
Change the deposit with subaccount helper smart contract address.
erc20_helper_contract_address
Section titled “erc20_helper_contract_address”erc20_helper_contract_address: [] | [
string]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:605
Change the ERC-20 helper smart contract address.
ethereum_block_height
Section titled “ethereum_block_height”ethereum_block_height: [] | [
BlockTag]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:625
Change the ethereum block height observed by the minter.
ethereum_contract_address
Section titled “ethereum_contract_address”ethereum_contract_address: [] | [
string]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:613
Change the ETH helper smart contract address.
evm_rpc_id
Section titled “evm_rpc_id”evm_rpc_id: [] | [
Principal]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:596
The principal of the EVM RPC canister that handles the communication with the Ethereum blockchain.
last_deposit_with_subaccount_scraped_block_number
Section titled “last_deposit_with_subaccount_scraped_block_number”last_deposit_with_subaccount_scraped_block_number: [] | [
bigint]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:621
Change the last scraped block number of the deposit with subaccount helper smart contract.
last_erc20_scraped_block_number
Section titled “last_erc20_scraped_block_number”last_erc20_scraped_block_number: [] | [
bigint]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:609
Change the last scraped block number of the ERC-20 helper smart contract.
ledger_suite_orchestrator_id
Section titled “ledger_suite_orchestrator_id”ledger_suite_orchestrator_id: [] | [
Principal]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:601
The principal of the ledger suite orchestrator that handles the ICRC1 ledger suites for all ckERC20 tokens.
minimum_withdrawal_amount
Section titled “minimum_withdrawal_amount”minimum_withdrawal_amount: [] | [
bigint]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:617
Change the minimum amount in Wei that can be withdrawn.
next_transaction_nonce
Section titled “next_transaction_nonce”next_transaction_nonce: [] | [
bigint]
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:591
Change the nonce of the next transaction to be sent to the Ethereum network.