TokenBurn: {
    amount: bigint;
    mint: PublicKey;
}

Guard that requires addresses that hold an amount of a specified spl-token and burns them.

List of accounts required:

  1. [writable] Token account holding the required amount.
  2. [writable] Token mint account.

Type declaration

Generated using TypeDoc