Mikhail S
Results
2
comments of
Mikhail S
@fvictorio Overload for bytes would be great. Also logging arrays would be very helpful
> enum GameState {Opening, Waiting, Running} > struct Pool { > uint256 id; > GameState state; > uint256 tokenAmount; > address[] players; > } > id and tokenAmount can be...