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