Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
ExecStart=/usr/bin/tendermint node --proxy_app=kvstore --p2p.persistent_peers=167b80242c300bf0ccfb3ced3dec60dc2a81776e@165.227.41.206:26656,3c7a5920811550c04bf7a0b2f1e02ab52317b5e6@165.227.43.146:26656,303a1a4312c30525c99ba66522dd81cca56a361a@159.89.115.32:26656,b686c2a7f4b1b46dca96af3a0f31a6a7beae0be4@159.89.119.125:26656
func GetDefaults ¶
func GetDefaults() string
func GetGenesisFile ¶
func GetServices ¶
Types ¶
type Validator ¶
type Validator struct {
Address string `json:"address"`
PubKey ValidatorPubKey `json:"pub_key"`
Power string `json:"power"`
Name string `json:"name"`
}
type ValidatorPubKey ¶
Click to show internal directories.
Click to hide internal directories.