mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
refactored debora/barak. about to add cli for debora
This commit is contained in:
@ -4,6 +4,11 @@ import (
|
||||
pcm "github.com/tendermint/tendermint/process"
|
||||
)
|
||||
|
||||
type ResponseStatus struct {
|
||||
Nonce uint64
|
||||
Validators []Validator
|
||||
}
|
||||
|
||||
type ResponseRunProcess struct {
|
||||
}
|
||||
|
||||
|
10
cmd/barak/types/validator.go
Normal file
10
cmd/barak/types/validator.go
Normal file
@ -0,0 +1,10 @@
|
||||
package types
|
||||
|
||||
import (
|
||||
acm "github.com/tendermint/tendermint/account"
|
||||
)
|
||||
|
||||
type Validator struct {
|
||||
VotingPower uint64
|
||||
PubKey acm.PubKey
|
||||
}
|
Reference in New Issue
Block a user