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

readFrom

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

Deserialize a transaction from an RLP input.

Parameters

reader - RLPReader!: The RLP reader.

Exceptions

RLPException - If there is an error decoding the transaction.

Return
Transaction!: The de-serialized transaction.