Documentation
¶
Index ¶
Constants ¶
View Source
const ( Qos = int64(1e8) BlockReward = int64(0 * Qos) )
Variables ¶
View Source
var ( DefaultCLIHome = os.ExpandEnv("$HOME/.qoscli") DefaultNodeHome = os.ExpandEnv("$HOME/.qosd") )
Functions ¶
func GetDefaultChainId ¶ added in v0.0.2
Get default chain-id.
Types ¶
type Validator ¶ added in v0.0.2
type Validator struct {
Name string `json:"name""`
ConsPubKey crypto.PubKey `json:"cons_pubkey"`
Operator btypes.Address `json:"operator"`
VotingPower int64 `json:"voting_power"`
Height int64 `json:"height"`
}
func NewValidator ¶ added in v0.0.2
func (Validator) ToABCIValidator ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.