ApproveConfidentialTransferAccountInstructionAccounts: {
    authority: Signer;
    mint: PublicKey | Pda;
    token: PublicKey | Pda;
}

Type declaration

  • authority: Signer

    Confidential transfer mint authority.

  • mint: PublicKey | Pda

    The corresponding SPL Token mint.

  • token: PublicKey | Pda

    The SPL Token account to approve.

Generated using TypeDoc