type ParsedWithdrawWithheldTokensFromAccountsForConfidentialTransferFeeInstruction<TProgram, TAccountMetas> = {
accounts: {
authority: TAccountMetas[4];
destination: TAccountMetas[1];
instructionsSysvarOrContextState: TAccountMetas[2];
mint: TAccountMetas[0];
record?: TAccountMetas[3];
};
data: WithdrawWithheldTokensFromAccountsForConfidentialTransferFeeInstructionData;
programAddress: Address<TProgram>;
};
accounts: {
authority: TAccountMetas[4];
destination: TAccountMetas[1];
instructionsSysvarOrContextState: TAccountMetas[2];
mint: TAccountMetas[0];
record?: TAccountMetas[3];
};
data: WithdrawWithheldTokensFromAccountsForConfidentialTransferFeeInstructionData;
programAddress: Address<TProgram>;