package
24.0.0
Repository: https://github.com/cosmoscontracts/juno.git
Documentation: pkg.go.dev

# Functions

DefaultParams returns default parameters.
No description provided by the author
NewMsgUpdateParams creates new instance of MsgUpdateParams.
NewParams creates a new Params object.
No description provided by the author
No description provided by the author
RegisterLegacyAminoCodec registers concrete types on the LegacyAmino codec.
RegisterMsgHandler registers the http handlers for service Msg to "mux".
RegisterMsgHandlerClient registers the http handlers for service Msg to "mux".
RegisterMsgHandlerFromEndpoint is same as RegisterMsgHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterMsgHandlerServer registers the http handlers for service Msg to "mux".
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author

# Constants

Sudo Message called on the contracts.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
== MsgUpdateParams ==.
== MsgUpdateParams ==.
== MsgUpdateParams ==.
== MsgUpdateParams ==.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

This object is used to store the contract address and the jail status of the contract.
GenesisState - initial state of module.
MsgRegisterClockContract is the Msg/RegisterClockContract request type.
MsgRegisterClockContractResponse defines the response structure for executing a MsgRegisterClockContract message.
MsgUnjailClockContract is the Msg/UnjailClockContract request type.
MsgUnjailClockContractResponse defines the response structure for executing a MsgUnjailClockContract message.
MsgUnregisterClockContract is the Msg/UnregisterClockContract request type.
MsgUnregisterClockContractResponse defines the response structure for executing a MsgUnregisterClockContract message.
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params defines the set of module parameters.
QueryClockContract is the request type to get a single contract.
QueryClockContractResponse is the response type for the Query/ClockContract RPC method.
QueryClockContracts is the request type to get all contracts.
QueryClockContractsResponse is the response type for the Query/ClockContracts RPC method.
QueryParams is the request type to get all module params.
QueryClockContractsResponse is the response type for the Query/ClockContracts RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.