Output.fromReader constructor

Output.fromReader(
  1. BytesReader reader
)

Implementation

factory Output.fromReader(BytesReader reader) => Output.fromScriptBytes(
  reader.readUInt64(),
  reader.readVarSlice(),
);