Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 348 Bytes

cast-to-rlp.md

File metadata and controls

26 lines (15 loc) · 348 Bytes

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

  1. Encoding RLP data:
    cast to-rlp '["0xaa","0xbb","cc"]'
    
    cast to-rlp f0a9