Type alias CancelOverrides

CancelOverrides: {
    waitFulfillmentSettlements?: boolean;
    useGaslessCancel?: boolean;
}

Represents the overrides available for cancel

Type declaration

  • Optional waitFulfillmentSettlements?: boolean

    If the cancel should wait for the fulfillment transactions to settle

  • Optional useGaslessCancel?: boolean

    If the cancel should use the gasless option

Generated using TypeDoc