eth / org.apache.tuweni.eth / BlockBody / fromBytes

fromBytes

static fun fromBytes(encoded: Bytes): BlockBody (source)

Deserialize a block body from RLP encoded bytes.

Parameters

encoded - The RLP encoded block.

Exceptions

RLPException - If there is an error decoding the block body.

Return
The deserialized block body.