Documentation
    Preparing search index...

    Interface CloseOptions

    Options for redeem: which order and how much to close. claimSettled takes only orderId — a settled claim closes the order in full.

    interface CloseOptions {
        orderId: bigint;
        quantity: number;
    }
    Index
    orderId: bigint
    quantity: number