OutPoint.fromReader constructor

OutPoint.fromReader(
  1. BytesReader reader
)

Implementation

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