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

readFrom

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

Deserialize a block from an RLP input.

Parameters

reader - RLPReader!: The RLP reader.

Exceptions

RLPException - If there is an error decoding the block.

Return
Block!: The deserialized block.