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