Documentation ¶
Index ¶
- Constants
- Variables
- func FoundationDepositCmd(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryVolumeReport(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func QueryVolumeReport(cliCtx context.CLIContext, queryRoute string, epoch sdk.Int) (types.ReportInfo, int64, error)
- func VolumeReportCmd(cdc *codec.Codec) *cobra.Command
- func WithdrawCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagReporter = "reporter-addr" FlagEpoch = "epoch" FlagReportReference = "reference" FlagWalletVolumes = "wallet-volumes" FlagAmount = "amount" FlagWalletAddress = "wallet-address" FlagTargetAddress = "target-address" )
Variables ¶
View Source
var ( FsReporter = flag.NewFlagSet("", flag.ContinueOnError) FsEpoch = flag.NewFlagSet("", flag.ContinueOnError) FsReportReference = flag.NewFlagSet("", flag.ContinueOnError) FsWalletVolumes = flag.NewFlagSet("", flag.ContinueOnError) FsAmount = flag.NewFlagSet("", flag.ContinueOnError) FsWalletAddress = flag.NewFlagSet("", flag.ContinueOnError) FsTargetAddress = flag.NewFlagSet("", flag.ContinueOnError) )
Functions ¶
func FoundationDepositCmd ¶ added in v0.5.0
func GetCmdQueryVolumeReport ¶
GetCmdQueryVolumeReport implements the query volume report command.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for pot module
func QueryVolumeReport ¶
func QueryVolumeReport(cliCtx context.CLIContext, queryRoute string, epoch sdk.Int) (types.ReportInfo, int64, error)
func VolumeReportCmd ¶
VolumeReportCmd will report wallets volume and sign it with the given key.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.