# Functions
DefaultGenesisState returns a GenesisState with "mockapp" as the default PortID.
No description provided by the author
NewGenesisState creates a new mockapp GenesisState instance.
No description provided by the author
NewMsgSendPacket creates a new MsgSendPacket instance
nolint:interfacer.
No description provided by the author
RegisterInterfaces register the mockapp module interfaces to protobuf Any.
RegisterLegacyAminoCodec registers the necessary mockapp module interfaces and concrete types on the provided LegacyAmino codec.
No description provided by the author
# Constants
ModuleName defines the IBC mockapp name.
PortID is the default port id that mockapp module binds to.
QuerierRoute is the querier route for IBC mockapp.
RouterKey is the message route for IBC mockapp.
StoreKey is the store key string for IBC mockapp.
msg types.
Version defines the current version the IBC mockapp module supports.
# Variables
AminoCdc is a amino codec created to support amino json compatible msgs.
DefaultRelativePacketTimeoutHeight is the default packet timeout height (in blocks) relative to the current block height of the counterparty chain provided by the client state.
DefaultRelativePacketTimeoutTimestamp is the default packet timeout timestamp (in nanoseconds) relative to the current block timestamp of the counterparty chain provided by the client state.
No description provided by the author
No description provided by the author
IBC transfer sentinel errors.
IBC transfer sentinel errors.
No description provided by the author
ModuleCdc references the global mockapp module codec.
PortKey defines the key to store the port ID in store.
# Structs
No description provided by the author
No description provided by the author
MsgSendPacket defines a msg to send an arbitrary message between chains.
MsgSendPacketResponse defines the Msg/SendPacket response type.
No description provided by the author
UnimplementedMsgServer can be embedded to have forward compatible implementations.
# Interfaces
ChannelKeeper defines the expected IBC channel keeper.
ClientKeeper defines the expected IBC client keeper.
ConnectionKeeper defines the expected IBC connection keeper.
ICS4Wrapper defines the expected ICS4Wrapper for middleware.
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
PortKeeper defines the expected IBC port keeper.