Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RegisterCoinProposalHandler = govclient.NewProposalHandler(cli.NewRegisterCoinProposalCmd, EmptyProposalRESTHandler) AddCoinProposalHandler = govclient.NewProposalHandler(cli.NewAddCoinProposalCmd, EmptyProposalRESTHandler) RegisterERC20PairProposalHandler = govclient.NewProposalHandler(cli.NewRegisterERC20ProposalCmd, EmptyProposalRESTHandler) ToggleTokenRelayProposalHandler = govclient.NewProposalHandler(cli.NewToggleTokenRelayProposalCmd, EmptyProposalRESTHandler) UpdateTokenPairERC20Proposal = govclient.NewProposalHandler(cli.NewUpdateTokenPairERC20ProposalCmd, EmptyProposalRESTHandler) RegisterERC20TraceProposalHandler = govclient.NewProposalHandler(cli.NewRegisterERC20TraceProposalCmd, EmptyProposalRESTHandler) EnableTimeBasedSupplyLimitProposalHandler = govclient.NewProposalHandler(cli.NewEnableTimeBasedSupplyLimitProposalCmd, EmptyProposalRESTHandler) DisableTimeBasedSupplyLimitProposalHandler = govclient.NewProposalHandler(cli.NewDisableTimeBasedSupplyLimitProposalCmd, EmptyProposalRESTHandler) )
Functions ¶
func EmptyProposalRESTHandler ¶
func EmptyProposalRESTHandler(client.Context) rest.ProposalRESTHandler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.