package tutus
import "github.com/tutus-one/tutus-chain/pkg/interop"
// Candidate represents a single native Tutus candidate.
type Candidate struct {
Key interop.PublicKey
Votes int
}