Input class

Constructors

Input({Uint8List? hash, int? index, Uint8List? script, int? sequence, int? value, Uint8List? prevOutScript, Uint8List? redeemScript, Uint8List? witnessScript, List<Uint8List?>? pubkeys, List<Uint8List?>? signatures, List<Uint8List?>? witness, String? signType, String? prevOutType, String? redeemScriptType, String? witnessScriptType, int? maxSignatures})
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
maxSignatures int?
getter/setter pair
prevOutScript Uint8List?
getter/setter pair
prevOutType String?
getter/setter pair
pubkeys List<Uint8List?>?
getter/setter pair
redeemScript Uint8List?
getter/setter pair
redeemScriptType String?
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
signType String?
getter/setter pair
value int?
getter/setter pair
witness List<Uint8List?>?
getter/setter pair
witnessScript Uint8List?
getter/setter pair
witnessScriptType String?
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