ElectrumInput class
Constructors
- 
          ElectrumInput.new({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(UTXONetworkType type, {AddressType? addressType}) → String 
- 
  getAddresses({required Iterable< AddressType> addressTypes, required UTXONetworkType networkType}) → List<String> 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Json 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited