Type Alias WithdrawInstructionArgs

WithdrawInstructionArgs: {
    params: WithdrawParams;
    traderIndexHint: beet.COption<number>;
}