Output class

Constructors

Output({Uint8List? script, int? value, List<Uint8List>? pubkeys, List<Uint8List?>? signatures, Uint8List? valueBuffer})
Output.clone(Output output)
factory
Output.expandOutput(Uint8List? script, [Uint8List? ourPubKey])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pubkeys List<Uint8List>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script Uint8List?
getter/setter pair
signatures List<Uint8List?>?
getter/setter pair
value int?
getter/setter pair
valueBuffer Uint8List?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited