Open glihm opened 1 year ago
As in ethers-rs, a use may pass all the additional trait that may be derived automatically for a struct/enum.
ethers-rs
abigen!(MyContract, "abi.json", [Serialize, Deserialize, ...])
Or do we want to, by default, implement them?
As in
ethers-rs
, a use may pass all the additional trait that may be derived automatically for a struct/enum.Or do we want to, by default, implement them?