Type alias PendingGaslessCancellation

PendingGaslessCancellation: {
    orderId: string;
}

Represents a pending gasless cancellation

Type declaration

  • orderId: string

    The order id of the pending cancellation

Generated using TypeDoc