cli

package
v0.0.0-...-7c30539 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MaxMessagesPerTxDefault = 5
)

Variables

View Source
var (
	FlagCommission       = "commission"
	FlagMaxMessagesPerTx = "max-msgs"
)

Transaction flags for the x/distribution module

Functions

func GetCmdQueryCommunityPool

func GetCmdQueryCommunityPool() *cobra.Command

GetCmdQueryCommunityPool returns the command for fetching community pool info.

func GetCmdQueryDelegatorRewards

func GetCmdQueryDelegatorRewards() *cobra.Command

GetCmdQueryDelegatorRewards implements the query delegator rewards command.

func GetCmdQueryParams

func GetCmdQueryParams() *cobra.Command

GetCmdQueryParams implements the query params command.

func GetCmdQueryValidatorCommission

func GetCmdQueryValidatorCommission() *cobra.Command

GetCmdQueryValidatorCommission implements the query validator commission command.

func GetCmdQueryValidatorOutstandingRewards

func GetCmdQueryValidatorOutstandingRewards() *cobra.Command

GetCmdQueryValidatorOutstandingRewards implements the query validator outstanding rewards command.

func GetCmdQueryValidatorSlashes

func GetCmdQueryValidatorSlashes() *cobra.Command

GetCmdQueryValidatorSlashes implements the query validator slashes command.

func GetCmdSubmitProposal

func GetCmdSubmitProposal() *cobra.Command

GetCmdSubmitProposal implements the command to submit a community-pool-spend proposal

func GetQueryCmd

func GetQueryCmd() *cobra.Command

GetQueryCmd returns the cli query commands for this module

func NewFundCommunityPoolCmd

func NewFundCommunityPoolCmd() *cobra.Command

func NewSetWithdrawAddrCmd

func NewSetWithdrawAddrCmd() *cobra.Command

func NewTxCmd

func NewTxCmd() *cobra.Command

NewTxCmd returns a root CLI command handler for all x/distribution transaction commands.

func NewWithdrawAllRewardsCmd

func NewWithdrawAllRewardsCmd() *cobra.Command

func NewWithdrawRewardsCmd

func NewWithdrawRewardsCmd() *cobra.Command

Types

type CommunityPoolSpendProposalJSON

type CommunityPoolSpendProposalJSON struct {
	Title       string         `json:"title" yaml:"title"`
	Description string         `json:"description" yaml:"description"`
	Recipient   sdk.AccAddress `json:"recipient" yaml:"recipient"`
	Amount      string         `json:"amount" yaml:"amount"`
	Deposit     string         `json:"deposit" yaml:"deposit"`
}

CommunityPoolSpendProposalJSON defines a CommunityPoolSpendProposal with a deposit

func ParseCommunityPoolSpendProposalJSON

func ParseCommunityPoolSpendProposalJSON(cdc codec.JSONMarshaler, proposalFile string) (CommunityPoolSpendProposalJSON, error)

ParseCommunityPoolSpendProposalJSON reads and parses a CommunityPoolSpendProposalJSON from a file.

Jump to

Keyboard shortcuts

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