EnableConfidentialCreditsInstructionAccounts: {
    authority: PublicKey | Pda | Signer;
    token: PublicKey | Pda;
}

Type declaration

  • authority: PublicKey | Pda | Signer

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

  • token: PublicKey | Pda

    The SPL Token account.

Generated using TypeDoc