github.com/MetalBlockchain/metalgo@v1.11.9/vms/platformvm/state/staker_status.go (about) 1 // Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved. 2 // See the file LICENSE for licensing terms. 3 4 package state 5 6 const ( 7 unmodified diffValidatorStatus = iota 8 added 9 deleted 10 ) 11 12 type diffValidatorStatus uint8