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