CoinChange class
CoinChange is used to represent a change in state of a some coin identified by a coinIdentifier. This object is part of the Operation model and must be populated for UTXO-based blockchains. Coincidentally, this abstraction of UTXOs allows for supporting both account-based transfers and UTXO-based transfers on the same blockchain (when a transfer is account-based, don't poputhis model).
- Annotations
 - 
    
- @immutable
 
 
Constructors
- CoinChange(String coinAction, CoinIdentifier coinIdentifier)
 - 
          "coin_created" | "coin_spent";
            const
 - 
          CoinChange.fromJson(Map<
String, dynamic> map) - 
          
            factory
 
Properties
- coinAction → String
 - 
  
  final
 - coinIdentifier → CoinIdentifier
 - 
  
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
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