Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BankKeeper ¶
type BankKeeper interface { HasDenomMetaData(ctx sdk.Context, denom string) bool SetDenomMetaData(ctx sdk.Context, denomMetaData types.Metadata) }
BankKeeper defines the expected interface needed
type ChannelKeeper ¶
type ChannelKeeper interface {
GetChannelClientState(ctx sdk.Context, portID, channelID string) (string, exported.ClientState, error)
}
ChannelKeeper defines the expected IBC channel keeper
type RollappKeeper ¶
type RollappKeeper interface { GetParams(ctx sdk.Context) rollapptypes.Params GetRollapp(ctx sdk.Context, chainID string) (rollapp rollapptypes.Rollapp, found bool) }
Click to show internal directories.
Click to hide internal directories.