static fun readFrom(reader: RLPReader): Block
Deserialize a block from an RLP input.
reader - The RLP reader.
reader
RLPException - If there is an error decoding the block.
RLPException
Return The deserialized block.