WithdrawWithheldTokensFromMintInstructionAccounts: {
    feeReceiver: PublicKey | Pda;
    mint: PublicKey | Pda;
    withdrawWithheldAuthority?: PublicKey | Pda | Signer;
}

Type declaration

  • feeReceiver: PublicKey | Pda

    The fee receiver account. Must include the TransferFeeAmount extension associated with the provided mint.

  • mint: PublicKey | Pda

    The token mint. Must include the TransferFeeConfig extension.

  • Optional withdrawWithheldAuthority?: PublicKey | Pda | Signer

    The mint's withdraw_withheld_authority or its multisignature account.

Generated using TypeDoc