SuspendedReason
SuspendedReason = {
ValueTooSmall:null; } | {Quarantined:null; }
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:563
Type Declaration
Section titled “Type Declaration”{ ValueTooSmall: null; }
ValueTooSmall
Section titled “ValueTooSmall”ValueTooSmall:
null
The minter ignored this UTXO because UTXO’s value is too small to pay the check fees.
{ Quarantined: null; }
Quarantined
Section titled “Quarantined”Quarantined:
null
The Bitcoin checker considered this UTXO to be tainted.