OutPoint.fromReader constructor
OutPoint.fromReader(
- BytesReader reader
Implementation
OutPoint.fromReader(BytesReader reader)
: _hash = reader.readSlice(32), n = reader.readUInt32();
OutPoint.fromReader(BytesReader reader)
: _hash = reader.readSlice(32), n = reader.readUInt32();