tutus-chain/pkg/interop/native/neo/neo_candidate.go

10 lines
185 B
Go

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
}