mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
state: drop unused UTXO remnant
This commit is contained in:
parent
2e0fe370cf
commit
7ba1b16854
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
package state
|
||||
|
||||
// Coin represents the state of a coin.
|
||||
type Coin uint8
|
||||
|
||||
// Viable Coin constants.
|
||||
const (
|
||||
CoinConfirmed Coin = 0
|
||||
CoinSpent Coin = 1 << 1
|
||||
CoinClaimed Coin = 1 << 2
|
||||
CoinFrozen Coin = 1 << 5
|
||||
)
|
Loading…
Reference in a new issue