Type alias FailedGaslessCancellation

FailedGaslessCancellation: {
    orderId: string;
    reason: string;
}

Represents a failed gasless cancellation

Type declaration

  • orderId: string

    The order id of the failed cancellation

  • reason: string

    The reason for failure

Generated using TypeDoc