ElectrumInput class

Constructors

ElectrumInput({String? scriptSig, int? sequence, String? txid, int? vout, List<String>? txinwitness, String? coinbase})
const
ElectrumInput.fromJson(Map json)
factory

Properties

coinbase String?
final
hashCode int
The hash code for this object.
no setterinherited
isCoinbase bool
no setter
publicKey Uint8List?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptSig String?
final
sequence int?
final
txid String?
final
txinwitness List<String>?
final
vout int?
final

Methods

getAddress(dynamic type, {dynamic addressType}) String
getAddresses({required Iterable addressTypes, required dynamic networkType}) List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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