Documentation ¶
Index ¶
- type Keeper
- func (q Keeper) CoordinatorState(c context.Context, req *types.QueryCoordinatorStateRequest) (*types.QueryCoordinatorStateResponse, error)
- func (k Keeper) RunTx(ctx sdk.Context, tx txtypes.Tx, ps packets.PacketSender) error
- func (k Keeper) SimpleKeeper() simplekeeper.Keeper
- func (k Keeper) TPCKeeper() tpckeeper.Keeper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper( cdc codec.Codec, storeKey sdk.StoreKey, channelKeeper types.ChannelKeeper, portKeeper types.PortKeeper, scopedKeeper capabilitykeeper.ScopedKeeper, cm txtypes.ContractManager, xccResolver xcctypes.XCCResolver, packetMiddleware packets.PacketMiddleware, ) Keeper
func (Keeper) CoordinatorState ¶
func (q Keeper) CoordinatorState(c context.Context, req *types.QueryCoordinatorStateRequest) (*types.QueryCoordinatorStateResponse, error)
func (Keeper) SimpleKeeper ¶
func (k Keeper) SimpleKeeper() simplekeeper.Keeper
Click to show internal directories.
Click to hide internal directories.