Versions in this module Expand all Collapse all v0 v0.1.4 Apr 10, 2023 Changes in this version type Keeper + Router *types.Router + func (k Keeper) IsBound(ctx sdk.Context, portID string) bool v0.0.1 Aug 7, 2023 Changes in this version + type Keeper struct + func NewKeeper(sck capabilitykeeper.ScopedKeeper) Keeper + func (k *Keeper) BindPort(ctx sdk.Context, portID string) *capabilitytypes.Capability + func (k Keeper) Authenticate(ctx sdk.Context, key *capabilitytypes.Capability, portID string) bool + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) LookupModuleByPort(ctx sdk.Context, portID string) (string, *capabilitytypes.Capability, error)