eth / org.apache.tuweni.eth / Transaction / readFrom

readFrom

static fun readFrom(reader: RLPReader): Transaction (source)

Deserialize a transaction from an RLP input.

Parameters

reader - The RLP reader.

Exceptions

RLPException - If there is an error decoding the transaction.

Return
The de-serialized transaction.