RoutesFound: {
    type: ROUTES_FOUND;
    fundingRoutes: checkout.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: checkout.FundingRoute[]

    The funding routes found for the transaction.

Generated using TypeDoc