Type Alias DepositInstructionArgs

DepositInstructionArgs: {
    params: DepositParams;
    traderIndexHint: beet.COption<number>;
}