tuweni / org.apache.tuweni.eth / Block / readFrom

readFrom

static fun readFrom(reader: RLPReader): Block (source)

Deserialize a block from an RLP input.

Parameters

reader - The RLP reader.

Exceptions

RLPException - If there is an error decoding the block.

Return
The deserialized block.