Type alias WithdrawWithheldTokensFromMintForConfidentialTransferFeeInstructionAccounts

WithdrawWithheldTokensFromMintForConfidentialTransferFeeInstructionAccounts: {
    authority: PublicKey | Pda | Signer;
    destination: PublicKey | Pda;
    instructionsSysvarOrContextState: PublicKey | Pda;
    mint: PublicKey | Pda;
}

Type declaration

  • authority: PublicKey | Pda | Signer

    The mint's withdraw_withheld_authority

  • destination: PublicKey | Pda

    The fee receiver account.

  • instructionsSysvarOrContextState: PublicKey | Pda

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

  • mint: PublicKey | Pda

    The token mint.

Generated using TypeDoc