package
0.3.1
Repository: https://github.com/tendermint/spn.git
Documentation: pkg.go.dev

# Functions

DefaultGenesis returns the default Capability genesis state.
DefaultParams returns a default set of parameters.
No description provided by the author
LaunchIDFromChannelIDKey returns the store key to retrieve a LaunchIDFromChannelID from the index fields.
LaunchIDFromVerifiedClientIDKey returns the store key to retrieve a LaunchIDFromVerifiedClientID from the index fields.
MonitoringHistoryKey returns the store key to retrieve a MonitoringHistory from the index fields.
No description provided by the author
No description provided by the author
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable the param key table for launch module.
ProviderClientIDKey returns the store key to retrieve a ProviderClientID from the index fields.
No description provided by the author
No description provided by the author
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
VerifiedClientIDKey returns the store key to retrieve a VerifiedClientID from the index fields.

# Constants

IBC events.
IBC events.
IBC events.
IBC events.
IBC events.
FullModuleName defines the full module name used in interface like CLI to make it more explanatory.
LaunchIDFromChannelIDKeyPrefix is the prefix to retrieve all LaunchIDFromChannelID.
LaunchIDFromVerifiedClientIDKeyPrefix is the prefix to retrieve all LaunchIDFromVerifiedClientID.
MemStoreKey defines the in-memory store key.
ModuleName defines the module name.
MonitoringHistoryKeyPrefix is the prefix to retrieve all MonitoringHistory.
PortID is the default port id that module binds to.
ProviderClientIDKeyPrefix is the prefix to retrieve all ProviderClientID.
QuerierRoute defines the module's query routing key.
RouterKey is the message route for slashing.
StoreKey defines the primary module store key.
No description provided by the author
VerifiedClientIDKeyPrefix is the prefix to retrieve all VerifiedClientID.
Version defines the current version the IBC module supports.

# Variables

No description provided by the author
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
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
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
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
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
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
x/monitoringc module sentinel errors.
x/monitoringc module sentinel errors.
No description provided by the author
PortKey defines the key to store the port ID in store.

# Structs

GenesisState defines the monitoringc module's genesis state.
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
Params defines the parameters for the module.
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
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is 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.
No description provided by the author

# Interfaces

AccountKeeper defines the expected account keeper used for simulations (noalias).
BankKeeper defines the expected interface needed to retrieve account balances.
ChannelKeeper defines the expected IBC channel keeper.
ClientKeeper is imported to add the ability to create IBC Client from the module.
ConnectionKeeper is imported to check client ID during IBC handshake.
No description provided by the author
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
PortKeeper defines the expected IBC port keeper.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
No description provided by the author