Output class

Inheritance

Constructors

Output({String? type, Uint8List? script, int? value, Uint8List? valueBuffer, List<Uint8List>? pubkeys, List<Uint8List>? signartures, int? maxSignatures})

Properties

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

Methods

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

Operators

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