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