rest

package
v0.0.0-...-8551cdf Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProposalRESTHandler

func ProposalRESTHandler(cliCtx context.CLIContext) govRest.ProposalRESTHandler

ProposalRESTHandler returns a ProposalRESTHandler that exposes the community pool spend REST handler with a given sub-route.

func RegisterRoutes

func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router, queryRoute string)

RegisterRoutes register distribution REST routes.

Types

type CommunityPoolSpendProposalReq

type CommunityPoolSpendProposalReq struct {
	BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"`

	Title              string              `json:"title" yaml:"title"`
	Description        string              `json:"description" yaml:"description"`
	Recipient          chainType.AccountID `json:"recipient" yaml:"recipient"`
	Amount             sdk.Coins           `json:"amount" yaml:"amount"`
	Proposer           chainType.AccountID `json:"proposer" yaml:"proposer"`
	Deposit            sdk.Coins           `json:"deposit" yaml:"deposit"`
	ProposerAccAddress sdk.AccAddress      `json:"proposer_accaddress" yaml:"proposer_accaddress"`
}

CommunityPoolSpendProposalReq defines a community pool spend proposal request body.

type ValidatorDistInfo

type ValidatorDistInfo struct {
	OperatorAddress     chainType.AccountID                  `json:"operator_account" yaml:"operator_account"`
	SelfBondRewards     sdk.DecCoins                         `json:"self_bond_rewards" yaml:"self_bond_rewards"`
	ValidatorCommission types.ValidatorAccumulatedCommission `json:"val_commission" yaml:"val_commission"`
}

ValidatorDistInfo defines the properties of validator distribution information response.

func NewValidatorDistInfo

func NewValidatorDistInfo(operatorAddr chainType.AccountID, rewards sdk.DecCoins,
	commission types.ValidatorAccumulatedCommission) ValidatorDistInfo

NewValidatorDistInfo creates a new instance of ValidatorDistInfo.

Jump to

Keyboard shortcuts

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