tuweni / org.apache.tuweni.eth / BlockBody / fromBytes

fromBytes

static fun fromBytes(encoded: Bytes!): BlockBody! (source)

Deserialize a block body from RLP encoded bytes.

Parameters

encoded - Bytes!: The RLP encoded block.

Exceptions

RLPException - If there is an error decoding the block body.

Return
BlockBody!: The deserialized block body.