You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
barq is structured into different crates, each serving specific purposes, which allows for future feature expansions.
One proposed feature is enabling users to create custom routing strategies in their preferred programming languages.
This should be straightforward, as the routing algorithm only needs to accept RouteInput and return the route hops wrapped in RouteOutput to barq-plugin to process the payment.
The text was updated successfully, but these errors were encountered:
barq
is structured into different crates, each serving specific purposes, which allows for future feature expansions.One proposed feature is enabling users to create custom routing strategies in their preferred programming languages.
This should be straightforward, as the routing algorithm only needs to accept
RouteInput
and return the route hops wrapped inRouteOutput
tobarq-plugin
to process the payment.The text was updated successfully, but these errors were encountered: