mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-02 10:07:17 +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"
|
|
|