CoinAction
CoinActions are different state changes that a Coin can undergo. It is assumed that a single Coin cannot be created or spent more than once.
Properties
Type: enum (string)
Values
| Name | Description |
|---|---|
| coin_created | CoinAction indicating a Coin was created. |
| coin_spent | CoinAction indicating a Coin was spent. |
Example
"coin_created"