Expand description
Base data types shared across all layers and families.
Pure data records. No methods beyond derive and From/Into.
Structsยง
- Call
- A single EVM call: target + calldata + msg.value.
- Plan
Fragment - Output of a plan function: a bundle of calls + declared approvals + value.
- Slippage
Bps - Slippage tolerance in basis points (1 bps = 0.01%).
- Token
Amount - A token + amount pair, family- and protocol-agnostic.
- Token
Approval - A declared token approval requirement.