[][src]Crate interledger_router

interledger-router

A service that routes ILP Prepare packets to the correct next account based on the ILP address in the Prepare packet based on the routing table.

A routing table could be as simple as a single entry for the empty prefix ("") that will route all requests to a specific outgoing account.

Structs

Router

The router implements the IncomingService trait and uses the routing table to determine the to (or "next hop") Account for the given request.

Traits

RouterStore

A trait for Store implmentations that have ILP routing tables.