# Functions
DefaultGenesisState returns a default empty GenesisState.
GetChannelStateKey return channel relayers key of the channel.
No description provided by the author
NewGenesisState creates a new ibc perm GenesisState instance.
No description provided by the author
NewMsgUpdateAdmin creates a new MsgUpdateAdmin instance.
NewMsgSetPermissionedRelayer creates a new MsgSetPermissionedRelayer instance.
No description provided by the author
RegisterInterfaces register the ibc perm module interfaces to protobuf Any.
RegisterLegacyAminoCodec registers the necessary x/ibc perm interfaces and concrete types on the provided LegacyAmino codec.
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ModuleName defines the IBC perm name.
QuerierRoute is the querier route for IBC sft-transfer.
RouterKey is the message route for IBC sft-transfer.
StoreKey is the store key string for IBC sft-transfer.
# Variables
ChannelStatePrefix defines the key to store the channel state in store.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrInvalidHaltState error for the invalid halt state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ChannelState defines the channel state for the specific port-id:channel-id pair.
GenesisState defines the ibc perm genesis state.
MsgUpdateAdmin defines msg to set permissioned relyer for the specific ibc channel.
MsgUpdateAdminResponse defines the Msg/UpdateAdmin response type.
MsgUpdatePermissionedRelayers defines msg to set permissioned relyer for the specific ibc channel.
MsgUpdatePermissionedRelayersResponse defines the Msg/UpdatePermissionedRelayers response type.
QueryChannelStateRequest is the request type for the Query/ChannelState RPC method.
QueryChannelStateResponse is the response type for the Query/ChannelState RPC method.
QueryChannelStatesRequest is the request type for the Query/ChannelStates RPC method.
QueryChannelStatesResponse is the response type for the Query/ChannelStates RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.