Expand description
Per-action module_data ABI encoders.
Each Derive self-custodial action targets a dedicated module contract on
the Derive Chain. The ABI-encoded module data is keccak-hashed and folded
into the EIP-712 action hash assembled in super::eip712.
Initial scope: trade-module signing only. Withdraw / transfer / deposit / RFQ encoders land here as scope expands.
Modules§
- trade
- Trade module ABI encoder.
Traits§
- Module
Data - Data encodable into a module-specific ABI payload that participates in the EIP-712 action hash.
Type Aliases§
- Module
Encode Error - Boxed error returned by
ModuleData::to_abi_encoded.