Skip to content

DecodedMemo

DecodedMemo = { Burn: [] | [BurnMemo]; } | { Mint: [] | [MintMemo]; }

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

{ Burn: [] | [BurnMemo]; }

Burn: [] | [BurnMemo]

The decoded BurnMemo - opt since other variants of BurnMemo could be added in the future.

{ Mint: [] | [MintMemo]; }

Mint: [] | [MintMemo]

The decoded MintMemo - opt since other variants of MintMemo could be added in the future.