Expand description
§alloy-sol-macro
This crate provides the sol! procedural macro, which parses Solidity
syntax to generate types that implement alloy-sol-types traits.
Refer to the macro’s documentation for more information.
Macros§
- sol
- Generate types that implement
alloy-sol-typestraits, which can be used for type-safe ABI and EIP-712 serialization to interface with Ethereum smart contracts.