Interface WithdrawWithheldTokensFromAccountsInstructionData

interface WithdrawWithheldTokensFromAccountsInstructionData {
    instruction: TransferFeeExtension;
    numTokenAccounts: number;
    transferFeeInstruction: WithdrawWithheldTokensFromAccounts;
}

Properties

numTokenAccounts: number
transferFeeInstruction: WithdrawWithheldTokensFromAccounts

Generated using TypeDoc