Skip to content

InitArgs

Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:189

The initialization parameters of the minter canister.

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: BtcNetwork

Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:225

The minter will interact with this Bitcoin network.


check_fee: [] | [bigint]

Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:229

/ The fee paid per Bitcoin check.


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: [] | [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: [] | [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: [] | [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: 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: 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: [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: bigint

Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:210

The minimal amount of ckBTC that can be converted to BTC.