tendermint/cmd/barak/types/validator.go

11 lines
145 B
Go

package types
import (
acm "github.com/tendermint/tendermint/account"
)
type Validator struct {
VotingPower uint64
PubKey acm.PubKey
}