UpgradeArgs
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:793
The upgrade 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:835
/ The principal of the Bitcoin checker canister.
check_fee
Section titled “check_fee”check_fee: [] | [
bigint]
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:823
/ The fee per Bitcoin check.
deposit_btc_min_amount
Section titled “deposit_btc_min_amount”deposit_btc_min_amount: [] | [
bigint]
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:814
The minimal amount of BTC that can be converted to ckBTC. UTXOs with lower values will be ignored.
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:797
/ 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:844
/ 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:801
/ The canister id of the KYT canister (deprecated, use btc_checker_principal instead).
max_num_inputs_in_transaction
Section titled “max_num_inputs_in_transaction”max_num_inputs_in_transaction: [] | [
bigint]
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:827
/ The maximum number of input UTXOs allowed in a transaction.
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:819
/ 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:840
/ 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:805
/ If set, overrides the current 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:809
The minimal amount of ckBTC that the minter converts to BTC.
utxo_consolidation_threshold
Section titled “utxo_consolidation_threshold”utxo_consolidation_threshold: [] | [
bigint]
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:831
/ The minimum number of available UTXOs to trigger a consolidation.