PermissionedBurnCheckedInstructionAccounts: {
    account: PublicKey | Pda;
    authority?: PublicKey | Pda | Signer;
    mint: PublicKey | Pda;
    permissionedBurnAuthority: Signer;
}

Type declaration

  • account: PublicKey | Pda

    The source account to burn from.

  • Optional authority?: PublicKey | Pda | Signer

    The account's owner/delegate or its multisignature account.

  • mint: PublicKey | Pda

    The token mint.

  • permissionedBurnAuthority: Signer

    Authority configured on the mint that must sign any permissioned burn instruction.

Generated using TypeDoc