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