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