Macro solidity_bindgen_macros::contract_abi[][src]

contract_abi!() { /* proc-macro */ }
Expand description

Generates a struct which allow you to call contract functions. The output struct will have the same name as the file, and have individual async methods for each contract function with parameters and output corresponding to the ABI.