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