mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-11 05:26:52 +00:00
RLP does not support signed integer values, so we have to convert `GasInt` to `uint64` when decoding / encoding via RLP.
RLP does not support signed integer values, so we have to convert `GasInt` to `uint64` when decoding / encoding via RLP.