[][src]Crate ethcontract_derive

Implementation of procedural macro for generating type-safe bindings to an ethereum smart contract.

Macros

contract

Proc macro to generate type-safe bindings to a contract. This macro accepts a path to a Truffle artifact JSON file. Note that this path is rooted in the crate's root CARGO_MANIFEST_DIR.