Skip to content

MinterInfo

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

deposit_btc_min_amount: [] | [bigint]

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

Minimal amount of BTC that can be deposited to be converted into ckBTC. UTXOs with lower values will be ignored.


kyt_fee: bigint

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

The same as check_fee, but the old name is kept here to be backward compatible.


min_confirmations: number

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


retrieve_btc_min_amount: bigint

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

This amount is based on the retrieve_btc_min_amount setting during canister initialization or upgrades, but may vary according to current network fees.