Versions in this module Expand all Collapse all v3 v3.3.3 Apr 19, 2023 Changes in this version + type Keeper struct + Router *types.Router + 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) IsBound(ctx sdk.Context, 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)