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