openethereum / pwasm-abi

Parity WASM Abi (Legacy and new)
Apache License 2.0
29 stars 17 forks source link

JSON is not generated if not generating a client #44

Closed tomusdrw closed 6 years ago

tomusdrw commented 6 years ago

Just using #[eth_abi(Endpoint)] does not generate the JSON ABI definition.

#[eth_abi(Endpoint, Client)] works, but requires a lot of package imports (see #43 ) and generates warnigns regarding unused client.