Vin class

Constructors

Vin(String txid, int vout, Vout? prevout, String scriptsig, String scriptsigAsm, List<String>? witness, bool isCoinbase, int sequence, String innerRedeemscriptAsm, String innerWitnessscriptAsm)
Vin.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
innerRedeemscriptAsm String
getter/setter pair
innerWitnessscriptAsm String
getter/setter pair
isCoinbase bool
getter/setter pair
prevout Vout?
Some old bitcoin txs doesn't have a prevout: 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptsig String
getter/setter pair
scriptsigAsm String
getter/setter pair
sequence int
getter/setter pair
txid String
getter/setter pair
vout int
getter/setter pair
witness List<String>?
Some old bitcoin txs doesn't have a witness: 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b
getter/setter pair

Methods

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

Operators

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