InitArgs
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:189
The initialization parameters of the minter canister.
Properties
Section titled “Properties”btc_checker_principal
Section titled “btc_checker_principal”btc_checker_principal: [] | [
Principal]
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:233
/ The canister id of the Bitcoin checker canister.
btc_network
Section titled “btc_network”btc_network:
BtcNetwork
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:225
The minter will interact with this Bitcoin network.
check_fee
Section titled “check_fee”check_fee: [] | [
bigint]
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:229
/ The fee paid per Bitcoin check.
ecdsa_key_name
Section titled “ecdsa_key_name”ecdsa_key_name:
string
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:202
The name of the ECDSA key to use. E.g., “dfx_test_key” on the local replica.
get_utxos_cache_expiration_seconds
Section titled “get_utxos_cache_expiration_seconds”get_utxos_cache_expiration_seconds: [] | [
bigint]
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:193
/ The expiration duration (in seconds) for cached entries in the get_utxos cache.
kyt_fee
Section titled “kyt_fee”kyt_fee: [] | [
bigint]
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:242
/ The fee paid per check by the KYT canister (deprecated, use check_fee instead).
kyt_principal
Section titled “kyt_principal”kyt_principal: [] | [
Principal]
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:197
/ The canister id of the KYT canister (deprecated, use btc_checker_principal instead).
ledger_id
Section titled “ledger_id”ledger_id:
Principal
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:216
The principal of the ledger that handles ckBTC transfers. The default account of the ckBTC minter must be configured as the minting account of the ledger.
max_time_in_queue_nanos
Section titled “max_time_in_queue_nanos”max_time_in_queue_nanos:
bigint
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:221
/ Maximum time in nanoseconds that a transaction should spend in the queue / before being sent.
min_confirmations
Section titled “min_confirmations”min_confirmations: [
number] | []
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:238
/ The minimum number of confirmations required for the minter to / accept a Bitcoin transaction.
mode:
Mode
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:206
/ The minter’s operation mode.
retrieve_btc_min_amount
Section titled “retrieve_btc_min_amount”retrieve_btc_min_amount:
bigint
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:210
The minimal amount of ckBTC that can be converted to BTC.