Type alias RoutesFound

RoutesFound: {
    type: ROUTES_FOUND;
    fundingRoutes: FundingRoute[];
}

Represents a routing outcome where funding routes were found.

Type declaration

  • type: ROUTES_FOUND

    Indicates that funding routes were found for the transaction.

  • fundingRoutes: FundingRoute[]

    The funding routes found for the transaction.

Generated using TypeDoc