Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ClearContractAdminProposalHandler = govclient.NewProposalHandler(cli.ProposalClearContractAdminCmd, rest.ClearContractAdminProposalHandler)
ClearContractAdminProposalHandler is a proposal handler which can clear admin of a contract.
var MigrateContractProposalHandler = govclient.NewProposalHandler(cli.ProposalMigrateContractCmd, rest.MigrateProposalHandler)
MigrateContractProposalHandler is a proposal handler which can migrate contract to disable some methods of the contract.
var PinCodesProposalHandler = govclient.NewProposalHandler(cli.ProposalPinCodesCmd, rest.PinCodeProposalHandler)
PinCodesProposalHandler is a proposal handler which pins codes to add to wasmVM cache
var ProposalHandlers = []govclient.ProposalHandler{}
ProposalHandlers define the wasm cli proposal types and rest handler.
var UnpinCodesProposalHandler = govclient.NewProposalHandler(cli.ProposalUnpinCodesCmd, rest.UnpinCodeProposalHandler)
UnpinCodesProposalHandler is a proposal handler which unpins codes to remove from wasmVM cache
var UpdateContractAdminProposalHandler = govclient.NewProposalHandler(cli.ProposalUpdateContractAdminCmd, rest.UpdateContractAdminProposalHandler)
UpdateContractAdminProposalHandler is a proposal handler which can update admin of a contract.
var UpdateDeploymentWhitelistProposalHandler = govclient.NewProposalHandler(cli.ProposalUpdateDeploymentWhitelistCmd, rest.EmptyProposalRestHandler)
UpdateDeploymentWhitelistProposalHandler is a custom proposal handler which defines whitelist to deploy contracts.
var UpdateWASMContractMethodBlockedListProposalHandler = govclient.NewProposalHandler(cli.ProposalUpdateWASMContractMethodBlockedListCmd, rest.EmptyProposalRestHandler)
UpdateWASMContractMethodBlockedListProposalHandler is a custom proposal handler which defines methods blacklist of a contract.
Functions ¶
This section is empty.
Types ¶
This section is empty.