output

package
v0.0.0-...-3672da2 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCommand

func GetCommand() *cobra.Command

Types

type SecretsOutputAllResult

type SecretsOutputAllResult struct {
	Address   string `json:"address"`
	BLSPubkey string `json:"bls"`
	NodeID    string `json:"node_id"`
}

SecretsOutputAllResults for default output case

func (*SecretsOutputAllResult) GetOutput

func (r *SecretsOutputAllResult) GetOutput() string

type SecretsOutputBLSResult

type SecretsOutputBLSResult struct {
	BLSPubkey string `json:"bls"`
}

SecretsOutputBLSResults for `--bls` output case

func (*SecretsOutputBLSResult) GetOutput

func (r *SecretsOutputBLSResult) GetOutput() string

type SecretsOutputNodeIDResult

type SecretsOutputNodeIDResult struct {
	NodeID string `json:"node_id"`
}

SecretsOutputNodeIDResults for `--node` output case

func (*SecretsOutputNodeIDResult) GetOutput

func (r *SecretsOutputNodeIDResult) GetOutput() string

type SecretsOutputValidatorResult

type SecretsOutputValidatorResult struct {
	Address string `json:"address"`
}

SecretsOutputValidatorResult for `--validator` output case

func (*SecretsOutputValidatorResult) GetOutput

func (r *SecretsOutputValidatorResult) GetOutput() string

Jump to

Keyboard shortcuts

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