cast to-rlp NAME cast-to-rlp - Encodes hex data to RLP. SYNOPSIS cast to-rlp array DESCRIPTION RLP encodes a hex string or a JSON array of hex strings. OPTIONS {{#include common-options.md}} EXAMPLES Encoding RLP data: cast to-rlp '["0xaa","0xbb","cc"]' cast to-rlp f0a9