evm-coder 0.4.3

EVM call decoding/encoding proc macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: Empty structs not supported
 --> tests/build_failed/abi_derive_struct_generation.rs:4:8
  |
4 | struct EmptyStruct {}
  |        ^^^^^^^^^^^

error: Empty structs not supported
 --> tests/build_failed/abi_derive_struct_generation.rs:7:8
  |
7 | struct EmptyTupleStruct();
  |        ^^^^^^^^^^^^^^^^