MinterInfo
Defined in: packages/cketh/src/candid/minter.d.ts:394
Properties
Section titled “Properties”cketh_ledger_id
Section titled “cketh_ledger_id”cketh_ledger_id: [] | [
Principal]
Defined in: packages/cketh/src/candid/minter.d.ts:436
Canister ID of the ckETH ledger.
deposit_with_subaccount_helper_contract_address
Section titled “deposit_with_subaccount_helper_contract_address”deposit_with_subaccount_helper_contract_address: [] | [
string]
Defined in: packages/cketh/src/candid/minter.d.ts:398
Address of the ETH or ERC20 deposit with subaccount helper smart contract.
erc20_balances
Section titled “erc20_balances”erc20_balances: [] | [
object[]]
Defined in: packages/cketh/src/candid/minter.d.ts:454
Amount of ETH in Wei controlled by the minter.
This might be less that the actual amount available on the minter_address().
erc20_helper_contract_address
Section titled “erc20_helper_contract_address”erc20_helper_contract_address: [] | [
string]
Defined in: packages/cketh/src/candid/minter.d.ts:420
Address of the ERC20 helper smart contract
eth_balance
Section titled “eth_balance”eth_balance: [] | [
bigint]
Defined in: packages/cketh/src/candid/minter.d.ts:403
Amount of ETH in Wei controlled by the minter.
This might be less that the actual amount available on the minter_address().
eth_helper_contract_address
Section titled “eth_helper_contract_address”eth_helper_contract_address: [] | [
string]
Defined in: packages/cketh/src/candid/minter.d.ts:407
Address of the ETH helper smart contract.
ethereum_block_height
Section titled “ethereum_block_height”ethereum_block_height: [] | [
BlockTag]
Defined in: packages/cketh/src/candid/minter.d.ts:468
Determine ethereum block height observed by minter.
evm_rpc_id
Section titled “evm_rpc_id”evm_rpc_id: [] | [
Principal]
Defined in: packages/cketh/src/candid/minter.d.ts:416
Canister ID 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/cketh/src/candid/minter.d.ts:464
Last scraped block number for logs of the deposit with subaccount helper contract.
last_erc20_scraped_block_number
Section titled “last_erc20_scraped_block_number”last_erc20_scraped_block_number: [] | [
bigint]
Defined in: packages/cketh/src/candid/minter.d.ts:424
Last scraped block number for logs of the ERC20 helper contract.
last_eth_scraped_block_number
Section titled “last_eth_scraped_block_number”last_eth_scraped_block_number: [] | [
bigint]
Defined in: packages/cketh/src/candid/minter.d.ts:445
Last scraped block number for logs of the ETH helper contract.
last_gas_fee_estimate
Section titled “last_gas_fee_estimate”last_gas_fee_estimate: [] | [
GasFeeEstimate]
Defined in: packages/cketh/src/candid/minter.d.ts:432
Last gas fee estimate.
last_observed_block_number
Section titled “last_observed_block_number”last_observed_block_number: [] | [
bigint]
Defined in: packages/cketh/src/candid/minter.d.ts:411
Last Ethereum block number observed by the minter.
minimum_withdrawal_amount
Section titled “minimum_withdrawal_amount”minimum_withdrawal_amount: [] | [
bigint]
Defined in: packages/cketh/src/candid/minter.d.ts:449
Minimum amount in Wei that can be withdrawn when converting ckETH -> ETH.
minter_address
Section titled “minter_address”minter_address: [] | [
string]
Defined in: packages/cketh/src/candid/minter.d.ts:460
Ethereum address controlled by the minter via threshold ECDSA.
smart_contract_address
Section titled “smart_contract_address”smart_contract_address: [] | [
string]
Defined in: packages/cketh/src/candid/minter.d.ts:441
(Deprecated) Address of the ETH helper smart contract.
Use eth_helper_contract_address.
supported_ckerc20_tokens
Section titled “supported_ckerc20_tokens”supported_ckerc20_tokens: [] | [
CkErc20Token[]]
Defined in: packages/cketh/src/candid/minter.d.ts:428
Information of supported ERC20 tokens.