static fun fromBytes(encoded: Bytes!): Block!
Deserialize a block from RLP encoded bytes.
encoded - Bytes!: The RLP encoded block.
encoded
RLPException - If there is an error decoding the block.
RLPException
Return Block!: The deserialized block.