Closed etan-status closed 4 months ago
RLP does not support signed integer values, so we have to convert GasInt to uint64 when decoding / encoding via RLP.
GasInt
uint64
RLP does not support signed integer values, so we have to convert
GasInt
touint64
when decoding / encoding via RLP.