CoinChange constructor

const CoinChange(
  1. String coinAction,
  2. CoinIdentifier coinIdentifier
)

"coin_created" | "coin_spent";

Implementation

const CoinChange(this.coinAction, this.coinIdentifier);