Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + func ClearContractAdminProposalHandler(cliCtx clientCtx.CLIContext) govrest.ProposalRESTHandler + func EmptyProposalRestHandler(ctx clientCtx.CLIContext) govrest.ProposalRESTHandler + func ExecuteProposalHandler(cliCtx clientCtx.CLIContext) govrest.ProposalRESTHandler + func InstantiateProposalHandler(cliCtx clientCtx.CLIContext) govrest.ProposalRESTHandler + func MigrateProposalHandler(cliCtx clientCtx.CLIContext) govrest.ProposalRESTHandler + func PinCodeProposalHandler(cliCtx clientCtx.CLIContext) govrest.ProposalRESTHandler + func RegisterRoutes(cliCtx clientCtx.CLIContext, r *mux.Router) + func StoreCodeProposalHandler(cliCtx clientCtx.CLIContext) govrest.ProposalRESTHandler + func SudoProposalHandler(cliCtx clientCtx.CLIContext) govrest.ProposalRESTHandler + func UnpinCodeProposalHandler(cliCtx clientCtx.CLIContext) govrest.ProposalRESTHandler + func UpdateContractAdminProposalHandler(cliCtx clientCtx.CLIContext) govrest.ProposalRESTHandler + func UpdateInstantiateConfigProposalHandler(cliCtx clientCtx.CLIContext) govrest.ProposalRESTHandler + type ClearAdminJSONReq struct + BaseReq rest.BaseReq + Contract string + Deposit sdk.Coins + Description string + Proposer string + Title string + func (s ClearAdminJSONReq) Content() govtypes.Content + func (s ClearAdminJSONReq) GetBaseReq() rest.BaseReq + func (s ClearAdminJSONReq) GetDeposit() sdk.Coins + func (s ClearAdminJSONReq) GetProposer() string + type ExecuteProposalJSONReq struct + BaseReq rest.BaseReq + Contract string + Deposit sdk.Coins + Description string + Funds sdk.Coins + Msg json.RawMessage + Proposer string + RunAs string + Title string + func (s ExecuteProposalJSONReq) Content() govtypes.Content + func (s ExecuteProposalJSONReq) GetBaseReq() rest.BaseReq + func (s ExecuteProposalJSONReq) GetDeposit() sdk.Coins + func (s ExecuteProposalJSONReq) GetProposer() string + type InstantiateProposalJSONReq struct + Admin string + BaseReq rest.BaseReq + Code uint64 + Deposit sdk.Coins + Description string + Funds sdk.Coins + Label string + Msg json.RawMessage + Proposer string + RunAs string + Title string + func (s InstantiateProposalJSONReq) Content() govtypes.Content + func (s InstantiateProposalJSONReq) GetBaseReq() rest.BaseReq + func (s InstantiateProposalJSONReq) GetDeposit() sdk.Coins + func (s InstantiateProposalJSONReq) GetProposer() string + type MigrateProposalJSONReq struct + BaseReq rest.BaseReq + Code uint64 + Contract string + Deposit sdk.Coins + Description string + Msg json.RawMessage + Proposer string + Title string + func (s MigrateProposalJSONReq) Content() govtypes.Content + func (s MigrateProposalJSONReq) GetBaseReq() rest.BaseReq + func (s MigrateProposalJSONReq) GetDeposit() sdk.Coins + func (s MigrateProposalJSONReq) GetProposer() string + type PinCodeJSONReq struct + BaseReq rest.BaseReq + CodeIDs []uint64 + Deposit sdk.Coins + Description string + Proposer string + Title string + func (s PinCodeJSONReq) Content() govtypes.Content + func (s PinCodeJSONReq) GetBaseReq() rest.BaseReq + func (s PinCodeJSONReq) GetDeposit() sdk.Coins + func (s PinCodeJSONReq) GetProposer() string + type StoreCodeProposalJSONReq struct + BaseReq rest.BaseReq + Deposit sdk.Coins + Description string + InstantiatePermission *types.AccessConfig + Proposer string + RunAs string + Title string + WASMByteCode []byte + func (s StoreCodeProposalJSONReq) Content() govtypes.Content + func (s StoreCodeProposalJSONReq) GetBaseReq() rest.BaseReq + func (s StoreCodeProposalJSONReq) GetDeposit() sdk.Coins + func (s StoreCodeProposalJSONReq) GetProposer() string + type SudoProposalJSONReq struct + BaseReq rest.BaseReq + Contract string + Deposit sdk.Coins + Description string + Msg json.RawMessage + Proposer string + Title string + func (s SudoProposalJSONReq) Content() govtypes.Content + func (s SudoProposalJSONReq) GetBaseReq() rest.BaseReq + func (s SudoProposalJSONReq) GetDeposit() sdk.Coins + func (s SudoProposalJSONReq) GetProposer() string + type UnpinCodeJSONReq struct + BaseReq rest.BaseReq + CodeIDs []uint64 + Deposit sdk.Coins + Description string + Proposer string + Title string + func (s UnpinCodeJSONReq) Content() govtypes.Content + func (s UnpinCodeJSONReq) GetBaseReq() rest.BaseReq + func (s UnpinCodeJSONReq) GetDeposit() sdk.Coins + func (s UnpinCodeJSONReq) GetProposer() string + type UpdateAdminJSONReq struct + BaseReq rest.BaseReq + Contract string + Deposit sdk.Coins + Description string + NewAdmin string + Proposer string + Title string + func (s UpdateAdminJSONReq) Content() govtypes.Content + func (s UpdateAdminJSONReq) GetBaseReq() rest.BaseReq + func (s UpdateAdminJSONReq) GetDeposit() sdk.Coins + func (s UpdateAdminJSONReq) GetProposer() string + type UpdateInstantiateConfigProposalJSONReq struct + AccessConfigUpdates []types.AccessConfigUpdate + BaseReq rest.BaseReq + Deposit sdk.Coins + Description string + Proposer string + Title string + func (s UpdateInstantiateConfigProposalJSONReq) Content() govtypes.Content + func (s UpdateInstantiateConfigProposalJSONReq) GetBaseReq() rest.BaseReq + func (s UpdateInstantiateConfigProposalJSONReq) GetDeposit() sdk.Coins + func (s UpdateInstantiateConfigProposalJSONReq) GetProposer() string