Closed tomusdrw closed 6 years ago
Just using #[eth_abi(Endpoint)] does not generate the JSON ABI definition.
#[eth_abi(Endpoint)]
#[eth_abi(Endpoint, Client)] works, but requires a lot of package imports (see #43 ) and generates warnigns regarding unused client.
#[eth_abi(Endpoint, Client)]
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.