ADAAccountUTXOResponse class
Constructors
- 
          ADAAccountUTXOResponse({required String address, required String txHash, int? txIndex, required int outputIndex, required String block, String? dataHash, String? inlineDatum, String? referenceScriptHash, required List<ADAAmountResponse> amount})
- 
          ADAAccountUTXOResponse.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- address → String
- 
  Bech32 encoded address - useful when querying by payment_cred
  final
- 
  amount
  → List<ADAAmountResponse> 
- 
  
  final
- block → String
- 
  Block hash of the UTXO
  final
- dataHash → String?
- 
  The hash of the transaction output datum
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- haveAsset → bool
- 
  
  no setter
- inlineDatum → String?
- 
  CBOR encoded inline datum
  final
- input → TransactionInput
- 
  
  no setter
- multiAsset → MultiAsset
- 
  
  latefinal
- outputIndex → int
- 
  UTXO index in the transaction
  final
- referenceScriptHash → String?
- 
  The hash of the reference script of the output
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sumOflovelace → BigInt
- 
  
  latefinal
- toAdddress → ADAAddress
- 
  
  no setter
- toInput → TransactionInput
- 
  
  latefinal
- txHash → String
- 
  Transaction hash of the UTXO
  final
- txIndex → int?
- 
  UTXO index in the transaction
deprecated
  final
- type → ADAAddressType
- 
  
  no setter
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.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited