ConfigureConfidentialTransferAccountInstructionAccounts: {
    authority: PublicKey | Pda | Signer;
    instructionsSysvarOrContextState?: PublicKey | Pda;
    mint: PublicKey | Pda;
    token: PublicKey | Pda;
}

Type declaration

  • authority: PublicKey | Pda | Signer

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

  • Optional instructionsSysvarOrContextState?: PublicKey | Pda

    Instructions sysvar if VerifyPubkeyValidity is included in the same transaction or context state account if VerifyPubkeyValidity is pre-verified into a context state account.

  • mint: PublicKey | Pda

    The corresponding SPL Token mint.

  • token: PublicKey | Pda

    The SPL Token account.

Generated using TypeDoc