Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountsCmd ¶
type AccountsCmd struct { Party AccountsPartyCmd `command:"party" description:"List accounts for a given party"` Market AccountsMarketCmd `command:"market" description:"List accounts for a given market"` Network AccountsNetworkCmd `command:"network" description:"List accounts owned by the network"` Help bool `description:"Show this help message" long:"help" short:"h"` }
type AccountsMarketCmd ¶
type AccountsMarketCmd struct { NodeAddress string `default:"0.0.0.0:3002" description:"The address of the vega node to use" long:"node-address"` Help bool `description:"Show this help message" long:"help" short:"h"` }
func (*AccountsMarketCmd) Execute ¶
func (opts *AccountsMarketCmd) Execute(params []string) error
type AccountsNetworkCmd ¶
type AccountsNetworkCmd struct { NodeAddress string `default:"0.0.0.0:3002" description:"The address of the vega node to use" long:"node-address"` Help bool `description:"Show this help message" long:"help" short:"h"` }
func (*AccountsNetworkCmd) Execute ¶
func (opts *AccountsNetworkCmd) Execute(_ []string) error
type AccountsPartyCmd ¶
type AccountsPartyCmd struct { NodeAddress string `default:"0.0.0.0:3002" description:"The address of the vega node to use" long:"node-address"` Market string `description:"An optional market" long:"market"` Help bool `description:"Show this help message" long:"help" short:"h"` }
func (*AccountsPartyCmd) Execute ¶
func (opts *AccountsPartyCmd) Execute(params []string) error
type AssetsCmd ¶
type AssetsCmd struct {
NodeAddress string `default:"0.0.0.0:3002" description:"The address of the vega node to use" long:"node-address"`
}
type MarketsCmd ¶
type MarketsCmd struct {
NodeAddress string `default:"0.0.0.0:3002" description:"The address of the vega node to use" long:"node-address"`
}
func (*MarketsCmd) Execute ¶
func (opts *MarketsCmd) Execute(_ []string) error
type NetworkParametersCmd ¶
type NetworkParametersCmd struct {
NodeAddress string `default:"0.0.0.0:3002" description:"The address of the vega node to use" long:"node-address"`
}
func (*NetworkParametersCmd) Execute ¶
func (opts *NetworkParametersCmd) Execute(params []string) error
type PartiesCmd ¶
type PartiesCmd struct {
NodeAddress string `default:"0.0.0.0:3002" description:"The address of the vega node to use" long:"node-address"`
}
func (*PartiesCmd) Execute ¶
func (opts *PartiesCmd) Execute(_ []string) error
type ProposalsCmd ¶
type ProposalsCmd struct {
NodeAddress string `default:"0.0.0.0:3002" description:"The address of the vega node to use" long:"node-address"`
}
func (*ProposalsCmd) Execute ¶
func (opts *ProposalsCmd) Execute(_ []string) error
type ValidatorsCmd ¶
type ValidatorsCmd struct {
NodeAddress string `default:"0.0.0.0:3002" description:"The address of the vega node to use" long:"node-address"`
}
func (*ValidatorsCmd) Execute ¶
func (opts *ValidatorsCmd) Execute(_ []string) error
Click to show internal directories.
Click to hide internal directories.