Skip to main content

Module modules

Module modules 

Source
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§

ModuleData
Data encodable into a module-specific ABI payload that participates in the EIP-712 action hash.

Type Aliases§

ModuleEncodeError
Boxed error returned by ModuleData::to_abi_encoded.