query

package
v0.70.4 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: MIT Imports: 7 Imported by: 0

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               `short:"h" long:"help" description:"Show this help message"`
}

type AccountsMarketCmd

type AccountsMarketCmd struct {
	NodeAddress string `long:"node-address" description:"The address of the vega node to use" default:"0.0.0.0:3002"`
	Help        bool   `short:"h" long:"help" description:"Show this help message"`
}

func (*AccountsMarketCmd) Execute

func (opts *AccountsMarketCmd) Execute(params []string) error

type AccountsNetworkCmd

type AccountsNetworkCmd struct {
	NodeAddress string `long:"node-address" description:"The address of the vega node to use" default:"0.0.0.0:3002"`
	Help        bool   `short:"h" long:"help" description:"Show this help message"`
}

func (*AccountsNetworkCmd) Execute

func (opts *AccountsNetworkCmd) Execute(_ []string) error

type AccountsPartyCmd

type AccountsPartyCmd struct {
	NodeAddress string `long:"node-address" description:"The address of the vega node to use" default:"0.0.0.0:3002"`
	Market      string `long:"market" description:"An optional market"`
	Help        bool   `short:"h" long:"help" description:"Show this help message"`
}

func (*AccountsPartyCmd) Execute

func (opts *AccountsPartyCmd) Execute(params []string) error

type AssetsCmd

type AssetsCmd struct {
	NodeAddress string `long:"node-address" description:"The address of the vega node to use" default:"0.0.0.0:3002"`
}

func (*AssetsCmd) Execute

func (opts *AssetsCmd) Execute(_ []string) error

type MarketsCmd

type MarketsCmd struct {
	NodeAddress string `long:"node-address" description:"The address of the vega node to use" default:"0.0.0.0:3002"`
}

func (*MarketsCmd) Execute

func (opts *MarketsCmd) Execute(_ []string) error

type NetworkParametersCmd

type NetworkParametersCmd struct {
	NodeAddress string `long:"node-address" description:"The address of the vega node to use" default:"0.0.0.0:3002"`
}

func (*NetworkParametersCmd) Execute

func (opts *NetworkParametersCmd) Execute(params []string) error

type PartiesCmd

type PartiesCmd struct {
	NodeAddress string `long:"node-address" description:"The address of the vega node to use" default:"0.0.0.0:3002"`
}

func (*PartiesCmd) Execute

func (opts *PartiesCmd) Execute(_ []string) error

type ProposalsCmd

type ProposalsCmd struct {
	NodeAddress string `long:"node-address" description:"The address of the vega node to use" default:"0.0.0.0:3002"`
}

func (*ProposalsCmd) Execute

func (opts *ProposalsCmd) Execute(_ []string) error

type ValidatorsCmd

type ValidatorsCmd struct {
	NodeAddress string `long:"node-address" description:"The address of the vega node to use" default:"0.0.0.0:3002"`
}

func (*ValidatorsCmd) Execute

func (opts *ValidatorsCmd) Execute(_ []string) error

Jump to

Keyboard shortcuts

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