Cargo Features
alloy-signer has no features set by default.
[dependencies]
alloy-signer = { version = "0.6.2", features = ["eip712"] }
- eip712
-
Enables alloy-dyn-abi and alloy-sol-types
Affects
signer::Signer.sign_typed_data
,signer::Signer.sign_dynamic_typed_data
,signer::SignerSync.sign_typed_data_sync
,signer::SignerSync.sign_dynamic_typed_data_sync
…