Documentation ¶
Index ¶
- func BeginBlocker(ctx sdk.Context, k keeper.Keeper)
- func ExportGenesis(ctx sdk.Context, k keeper.Keeper) types.GenesisState
- func GetQueryCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetTxCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func InitGenesis(ctx sdk.Context, k keeper.Keeper, gs types.GenesisState)
- func Name() string
- func NewClientUpdateProposalHandler(k keeper.Keeper) govtypes.Handler
- func RegisterQueryService(server grpc.Server, queryServer types.QueryServer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeginBlocker ¶
BeginBlocker updates an existing localhost client with the latest block height.
func ExportGenesis ¶
ExportGenesis returns the ibc client submodule's exported genesis. NOTE: CreateLocalhost should always be false on export since a created localhost will be included in the exported clients.
func GetQueryCmd ¶
func GetQueryCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetQueryCmd returns no root query command for the IBC client
func GetTxCmd ¶
func GetTxCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetTxCmd returns the root tx command for 02-client.
func InitGenesis ¶
InitGenesis initializes the ibc client submodule's state from a provided genesis state.
func NewClientUpdateProposalHandler ¶
NewClientUpdateProposalHandler defines the client update proposal handler
func RegisterQueryService ¶
func RegisterQueryService(server grpc.Server, queryServer types.QueryServer)
RegisterQueryService registers the gRPC query service for IBC client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.