serai/processor/ethereum/router
Luke Parker 26230377b0
Define IRouterWithoutCollisions which Router inherits from
This ensures Router implements most of IRouterWithoutCollisions. It solely
leaves us to confirm Router implements the extensions defined in IRouter.
2024-11-02 19:10:39 -04:00
..
contracts Define IRouterWithoutCollisions which Router inherits from 2024-11-02 19:10:39 -04:00
src Define IRouterWithoutCollisions which Router inherits from 2024-11-02 19:10:39 -04:00
build.rs Define IRouterWithoutCollisions which Router inherits from 2024-11-02 19:10:39 -04:00
Cargo.toml Add selector collisions to Router to make it IRouter compatible 2024-11-02 18:13:02 -04:00
LICENSE Smash out the router library 2024-09-19 23:36:32 -07:00
README.md Natspec, slither Deployer, Router 2024-10-30 21:35:43 -04:00

Ethereum Router

The Router contract is extensively documented to ensure clarity and understanding of the design decisions made. Please refer to it for understanding of why/what this is.