Documentation
¶
Index ¶
- Constants
- func MakeProposalParamChangeMsg(paramChangeMsg types.ParamChangeMsg, privKey key.PrivateKey, ...) (govtypes.MsgSubmitProposal, error)
- func MakeQueryParamsSubspaceMsg(subspaceMsg types.SubspaceMsg) (paramsproposal.QueryParamsRequest, error)
- func QueryParams(i core.QueryClient) (string, error)
Constants ¶
View Source
const ( ParamsModule = "params" ParamsProposalParamChangeMsgType = "proposal-param-change" ParamsQuerySubpsaceMsgType = "params-subspace" )
Variables ¶
This section is empty.
Functions ¶
func MakeProposalParamChangeMsg ¶
func MakeProposalParamChangeMsg(paramChangeMsg types.ParamChangeMsg, privKey key.PrivateKey, encodingConfig params.EncodingConfig) (govtypes.MsgSubmitProposal, error)
(Tx) make msg - param change
func MakeQueryParamsSubspaceMsg ¶
func MakeQueryParamsSubspaceMsg(subspaceMsg types.SubspaceMsg) (paramsproposal.QueryParamsRequest, error)
(Query) make msg - subspace
func QueryParams ¶
func QueryParams(i core.QueryClient) (string, error)
Query client for params module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.