aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Type Alias SdkPerpetualsCancelTwapOrdersInputs

    SdkPerpetualsCancelTwapOrdersInputs: Omit<
        ApiPerpetualsCancelTwapOrdersBody,
        PerpetualsServerInjectedTxFields,
    > & { tx?: Transaction }

    SDK-level inputs for canceling TWAP orders — the request body without the auto-filled fields, plus an optional transaction to extend.

    Type Declaration

    • Optionaltx?: Transaction

      Optional transaction to extend with the operation.