BurnMemo
BurnMemo = {
Consolidate: {inputs:bigint;value:bigint; }; } | {Convert: {address: [] | [string];kyt_fee: [] | [bigint];status: [] | [Status]; }; }
Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:45
Type Declaration
Section titled “Type Declaration”{ Consolidate: { inputs: bigint; value: bigint; }; }
Consolidate
Section titled “Consolidate”Consolidate:
object
The minter consolidated UTXOs.
Consolidate.inputs
Section titled “Consolidate.inputs”inputs:
bigint
The number of input UTXOs that were consolidated.
Consolidate.value
Section titled “Consolidate.value”value:
bigint
The total value of the consolidated UTXOs.
{ Convert: { address: [] | [string]; kyt_fee: [] | [bigint]; status: [] | [Status]; }; }
Convert
Section titled “Convert”Convert:
object
The minter processed a retrieve_btc request.
Convert.address
Section titled “Convert.address”address: [] | [
string]
The destination of the retrieve BTC request.
Convert.kyt_fee
Section titled “Convert.kyt_fee”kyt_fee: [] | [
bigint]
The check fee for the burn.
Convert.status
Section titled “Convert.status”status: [] | [
Status]
The status of the Bitcoin check.