# Functions
DefaultGenesisState sets default recovery genesis state with default params.
DefaultParams defines the default params for the recovery module.
NewGenesisState creates a new genesis state.
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable returns the parameter key table.
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
recovery events.
ModuleName defines the recovery module name.
RouterKey to be used for message routing.
StoreKey to be used when creating the KVStore.
# Variables
DefaultPacketTimeoutDuration defines the default packet timeout for outgoing IBC transfers.
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
Parameter store key.
Parameter store key.
# Structs
GenesisState defines the recovery module's genesis state.
Params holds parameters for the recovery module.
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params RPC method.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
AccountKeeper defines the expected account keeper.
BankKeeper defines the banking keeper that must be fulfilled when creating a x/recovery keeper.
ChannelKeeper defines the expected IBC channel keeper.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
TransferKeeper defines the expected IBC transfer keeper.