# Functions
No description provided by the author
No description provided by the author
NewGmpDecoder decodes a payload from GMP given a byte array.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterInterfaces registers the x/gmp interfaces types with the interface registry.
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
ModuleName defines the module name.
QuerierRoute is the query router key for the gmp module.
RouterKey is the message route.
StoreKey defines the primary module store key.
TypeGeneralMessage is a pure message.
TypeGeneralMessageWithToken is a general message with token.
TypeSendToken is a direct token transfer.
TypeUnrecognized means coin type is unrecognized.
# Variables
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
nolint:all.
No description provided by the author
KVStore key prefixes.
No description provided by the author
# Structs
GenesisState represents the genesis state of the gmp module.
GmpDecoder is the payload sent from Axelar to IBC middleware.
GmpEncoder is the struct we use to encode the data we want to send to the GMP.
GMPFee defines the fee field message inside of GMPMessage.
GmpMessage defines the GMP message that we encode in the IBC memo field and send to Axelar.
MsgBridge defines the Bridge message type.
MsgBridge defines the Bridge response type.
MsgSetParams defines the SetParams message type.
MsgSetParamsResponse defines the SetParams response type.
Params defines the parameters for the gmp module.
ParamsRequest is the request type for the Query/Params RPC method.
ParamsResponse is the response type for the Query/Params RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
No description provided by the author
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.