static fun readFrom(reader: RLPReader): Transaction
Deserialize a transaction from an RLP input.
reader - The RLP reader.
reader
RLPException - If there is an error decoding the transaction.
RLPException
Return The de-serialized transaction.