Skip to content

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

{ Consolidate: { inputs: bigint; value: bigint; }; }

Consolidate: object

The minter consolidated UTXOs.

inputs: bigint

The number of input UTXOs that were consolidated.

value: bigint

The total value of the consolidated UTXOs.

{ Convert: { address: [] | [string]; kyt_fee: [] | [bigint]; status: [] | [Status]; }; }

Convert: object

The minter processed a retrieve_btc request.

address: [] | [string]

The destination of the retrieve BTC request.

kyt_fee: [] | [bigint]

The check fee for the burn.

status: [] | [Status]

The status of the Bitcoin check.