Categorygithub.com/cosmosregistry/example
modulepackage
0.1.0
Repository: https://github.com/cosmosregistry/example.git
Documentation: pkg.go.dev

# README

{Module Name}

Overview of the module.

Concepts

Describe specialized concepts and definitions used throughout the spec.

State

Specify and describe structures expected to marshalled into the store, and their keys

State Transitions

Standard state transition operations triggered by hooks, messages, etc.

Messages

Specify message structure(s) and expected state machine behaviour(s).

Begin Block

Specify any begin-block operations.

End Block

Specify any end-block operations.

Hooks

Describe available hooks to be called by/from this module.

Events

List and describe event tags used.

Client

List and describe CLI commands and gRPC and REST endpoints.

Params

List all module parameters, their types (in JSON) and examples.

Future Improvements

Describe future improvements of this module.

Tests

Acceptance tests.

Appendix

Supplementary details referenced elsewhere within the spec.

# Packages

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

# Functions

DefaultParams returns default module parameters.
NewGenesisState creates a new genesis state with default values.
No description provided by the author
No description provided by the author
RegisterInterfaces registers the interfaces types with the interface registry.
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

No description provided by the author

# Variables

No description provided by the author
ErrDuplicateAddress error if there is a duplicate address.
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

Counter defines a counter object.
GenesisState is the state that must be provided at genesis.
MsgIncrementCounter defines the Msg/IncrementCounter request type.
MsgIncrementCounterResponse defines the Msg/IncrementCounter response type.
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params defines the parameters of the module.
QueryCounterRequest is the request type for the Query/Counter RPC method.
QueryCounterResponse is the response type for the Query/Counter RPC method.
QueryCountersResponse is the request type for the Query/Counters RPC.
QueryCountersResponse is the response type for the Query/Counters RPC method.
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params 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.