Kotlin library providing a okio kvarint reader
val buffer: BufferedSource = "11111111 00000001".binToBuffer()
val result: UInt = buffer.readVarUInt()
now result will hold the value of 255U
- the EIP-1577 module in KEthereum
MIT
Kotlin library providing a okio kvarint reader
val buffer: BufferedSource = "11111111 00000001".binToBuffer()
val result: UInt = buffer.readVarUInt()
now result will hold the value of 255U
MIT