Swig TS — API References
    Preparing search index...

    Type Alias WithdrawSubAccountArgs<T>

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

    Type Parameters