Skip to content

SuspendedReason

SuspendedReason = { ValueTooSmall: null; } | { Quarantined: null; }

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

{ ValueTooSmall: null; }

ValueTooSmall: null

The minter ignored this UTXO because UTXO’s value is too small to pay the check fees.

{ Quarantined: null; }

Quarantined: null

The Bitcoin checker considered this UTXO to be tainted.