Skip to main content

Crate wp_evm_base

Crate wp_evm_base 

Source
Expand description

waterpump-base — L0 of the layered architecture.

Contains: math primitives, EVM helpers, and base data types (Call, TokenApproval, TokenAmount, SlippageBps).

No business logic. No protocol knowledge. No async I/O.

Re-exports§

pub use wp_evm_amm_math as math;

Modules§

chain
Curated Chain enum for waterpump-evm facade selection.
evm
EVM helpers: multicall encoding, provider extensions.
types
Base data types shared across all layers and families.