Transaction.fromBytes constructor
Constructs a transaction from serialised bytes. See fromReader().
Implementation
factory Transaction.fromBytes(Uint8List bytes, { bool? expectWitness })
=> Transaction.fromReader(BytesReader(bytes), expectWitness: expectWitness);