Versions in this module Expand all Collapse all v1 v1.0.0 May 14, 2020 Changes in this version + type Keeper struct + func NewKeeper(sck capability.ScopedKeeper) Keeper + func (k *Keeper) BindPort(ctx sdk.Context, portID string) *capability.Capability + func (k Keeper) Authenticate(ctx sdk.Context, key *capability.Capability, portID string) bool + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) LookupModuleByPort(ctx sdk.Context, portID string) (string, *capability.Capability, error) v1.0.0-playground Jul 8, 2020