Swig TS — API References
    Preparing search index...

    Type Alias WithdrawSubAccountCheckedArgs<T>

    WithdrawSubAccountCheckedArgs:
        | {
            allowBelowRentExempt?: boolean;
            allowMax?: boolean;
            amount: bigint;
            currentBalance?: bigint;
        }
        | { amount: bigint; mint: T; tokenProgram?: T }

    Type Parameters