AppModuleBasic
interface.
The localhost client is implicitly enabled by using the AllowAllClients
wildcard ("*"
) in the 02-client submodule default value for param allowed_clients
.
The 09-localhost light client module registers codec types within the core IBC module. This differs from other light client module implementations which are expected to register codec types using the AppModuleBasic interface.
AppModuleBasic
interface.
The localhost client is implicitly enabled by using the AllowAllClients
wildcard ("*"
) in the 02-client submodule default value for param allowed_clients
.