NoRouteOptions: {
    type: NO_ROUTE_OPTIONS;
    message: string;
}

Represents a routing outcome where no routing options were available for the transaction.

Type declaration

  • type: NO_ROUTE_OPTIONS

    Indicates that no routing options were available for the transaction.

  • message: string

    The message indicating why no routing options were available.

Generated using TypeDoc