Transaction.fromBufferReader constructor

Transaction.fromBufferReader(
  1. ByteDataReader reader
)

Constructs a transaction from a ByteDataReader which has been initialized with the raw hex data containing a complete transaction.

Implementation

Transaction.fromBufferReader(ByteDataReader reader) {
  _fromBufferReader(reader);
}