mirror of
https://github.com/waku-org/nwaku.git
synced 2025-03-01 15:30:55 +00:00
8 lines
151 B
Nim
8 lines
151 B
Nim
import os, ../../rlp
|
|
|
|
if paramCount() > 0:
|
|
echo rlpFromHex(paramStr(1)).inspect
|
|
else:
|
|
echo "Please provide an hex-encoded RLP string as an input"
|
|
|