Swig TS — API References
    Preparing search index...

    Type Alias WithdrawSubAccountArgs<T>

    WithdrawSubAccountArgs:
        | { amount: bigint }
        | { amount: bigint; mint: T; tokenProgram?: T }

    Type Parameters