Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
NewQuerier is the module level router for state queries
Types ¶
type Keeper ¶
Keeper maintains the link to storage and exposes getter/setter methods for the various parts of the state machine
func NewKeeper ¶
func NewKeeper( cdc *codec.Codec, storeKey sdk.StoreKey, channelKeeper types.ChannelKeeper, portKeeper types.PortKeeper, scopedKeeper capability.ScopedKeeper, resolverProvider types.ObjectResolverProvider, channelResolver types.ChannelResolver, ) Keeper
NewKeeper creates new instances of the cross Keeper
func (Keeper) BindPort ¶
func (k Keeper) BindPort(ctx sdk.Context, portID string) (*capability.Capability, error)
BindPort defines a wrapper function for the ort TPCKeeper's function in order to expose it to module's InitGenesis function
func (Keeper) ClaimCapability ¶
func (k Keeper) ClaimCapability(ctx sdk.Context, cap *capability.Capability, name string) error
ClaimCapability allows the transfer module that can claim a capability that IBC module passes to it
func (Keeper) SimpleKeeper ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.