Enumeration RoutingOutcomeType

An enum representing the routing outcome types

Enumeration Members

ROUTES_FOUND: "ROUTES_FOUND"

If funding routes were found for the transaction.

NO_ROUTES_FOUND: "NO_ROUTES_FOUND"

If no funding routes were found for the transaction.

NO_ROUTE_OPTIONS: "NO_ROUTE_OPTIONS"

If no routing options were available for the transaction.

Generated using TypeDoc