Input class

Constructors

Input({Uint8List? hash, int? index, Uint8List? script, int? sequence, int? value, Uint8List? prevOutScript, List<Uint8List?>? pubkeys, List<Uint8List?>? signatures, List<Uint8List?>? witness, String? prevOutType})
Input.clone(Input input)
factory
Input.expandInput(Uint8List? scriptSig, List<Uint8List?> witness, [String? type, Uint8List? scriptPubKey])
factory

Properties

hash Uint8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasWitness bool
getter/setter pair
index int?
getter/setter pair
prevOutScript Uint8List?
getter/setter pair
prevOutType String?
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
sequence int?
getter/setter pair
signatures List<Uint8List?>?
getter/setter pair
signScript Uint8List?
getter/setter pair
value int?
getter/setter pair
witness List<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