Documentation ¶
Index ¶
- Variables
- func RunGraph(args GraphArgs) error
- func RunHealthyNodes(args HealthyNodesArgs) error
- func RunNetworkParams(args NetworkParamsArgs) error
- func RunSelfDelegate(args SelfDelegateArgs) error
- func RunStats(args StatsArgs) error
- type GraphArgs
- type HealthyNodesArgs
- type NetworkArgs
- type NetworkParamsArgs
- type SelfDelegateArgs
- type StatsArgs
Constants ¶
This section is empty.
Variables ¶
View Source
var NetworkCmd = &cobra.Command{
Use: "network",
Short: "Vega Network commands",
Long: `Vega Network commands`,
}
Root Command for Network
Functions ¶
func RunHealthyNodes ¶
func RunHealthyNodes(args HealthyNodesArgs) error
func RunNetworkParams ¶
func RunNetworkParams(args NetworkParamsArgs) error
func RunSelfDelegate ¶
func RunSelfDelegate(args SelfDelegateArgs) error
Types ¶
type GraphArgs ¶
type GraphArgs struct {
*NetworkArgs
}
type HealthyNodesArgs ¶
type HealthyNodesArgs struct {
*NetworkArgs
}
type NetworkArgs ¶
type NetworkParamsArgs ¶
type NetworkParamsArgs struct {
*NetworkArgs
}
type SelfDelegateArgs ¶
type SelfDelegateArgs struct {
*NetworkArgs
}
type StatsArgs ¶
type StatsArgs struct { *NetworkArgs Version bool BlockHeight bool }
Click to show internal directories.
Click to hide internal directories.