rpc

package
v0.43.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BlockCommand added in v0.18.0

func BlockCommand() *cobra.Command

BlockCommand returns the verified block data for a given heights

func GetChainHeight

func GetChainHeight(clientCtx client.Context) (int64, error)

get the current blockchain height

func StatusCommand added in v0.27.0

func StatusCommand() *cobra.Command

StatusCommand returns the command to return the status of the network.

func ValidatorCommand added in v0.18.0

func ValidatorCommand() *cobra.Command

ValidatorCommand returns the validator set for a given height

Types

type ResultValidatorsOutput added in v0.19.0

type ResultValidatorsOutput struct {
	BlockHeight int64             `json:"block_height"`
	Validators  []ValidatorOutput `json:"validators"`
	Total       uint64            `json:"total"`
}

Validators at a certain height output in bech32 format

func GetValidators

func GetValidators(ctx context.Context, clientCtx client.Context, height *int64, page, limit *int) (ResultValidatorsOutput, error)

GetValidators from client

func (ResultValidatorsOutput) String added in v0.31.0

func (rvo ResultValidatorsOutput) String() string

type ValidatorOutput added in v0.19.0

type ValidatorOutput struct {
	Address          sdk.ConsAddress    `json:"address"`
	PubKey           cryptotypes.PubKey `json:"pub_key"`
	ProposerPriority int64              `json:"proposer_priority"`
	VotingPower      int64              `json:"voting_power"`
}

Validator output

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL