OutputBase class

Implementers

Constructors

OutputBase({String? type, Uint8List? script, int? value, List<Uint8List?>? pubkeys, List<Uint8List?>? signatures, Uint8List? valueBuffer, int? maxSignatures, int tokenId = 0})
OutputBase.clone(OutputBase output)
factory
OutputBase.expandOutput(Uint8List? script, [Uint8List? ourPubKey])
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
maxSignatures ↔ int?
getter/setter pair
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
tokenId → int
final
type ↔ String?
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