package
1.3.0
Repository: https://github.com/lorenzo-protocol/lorenzo.git
Documentation: pkg.go.dev

# Functions

DefaultGenesisState gets raw genesis raw message for testing.
NewGenesisState returns a new GenesisState.
No description provided by the author
No description provided by the author
RegisterInterfaces registers implementations for sdk.Msg and MsgUpdateParams in the given InterfaceRegistry.
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

ModuleName defines the module name.
StoreKey defines the primary module store key.

# Variables

ErrDuplicateMsg is returned if duplicate msgs are provided.
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
key for params.

# Structs

GenesisState defines the btclightclient module's genesis state.
MsgUpdateParams defines a message for updating fee module parameters.
MsgUpdateParamsResponse is the response to the MsgUpdateParams message.
Params defines the parameters for the module.
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.