Expand description
Pluggable descriptor resolution facade.
The public crate::resolver module re-exports the stable resolution surface
while delegating implementation to focused private submodules.
Structs§
- Eip712
Index Entry - GitHub
Registry Source - HTTP-based descriptor source that fetches from a GitHub registry.
- Resolved
Descriptor - A resolved descriptor ready for use.
- Static
Source - Static in-memory descriptor source for testing.
- Typed
Descriptor Lookup - Lookup parameters for EIP-712 descriptor resolution.
Traits§
- Descriptor
Source - Trait for descriptor sources (embedded, filesystem, GitHub API, etc.).
Functions§
- resolve_
descriptors_ for_ tx - Resolve all descriptors needed to format a transaction, including nested calldata.
- resolve_
descriptors_ for_ typed_ data - Resolve all descriptors needed to format EIP-712 typed data, including nested calldata.