package
2.0.0-rc1
Repository: https://github.com/mars-protocol/hub.git
Documentation: pkg.go.dev

# Functions

DefaultGenesisState returns the default genesis state of the module.
No description provided by the author
No description provided by the author
No description provided by the author
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 is the module's name.
QuerierRoute is the module's querier route.
RouterKey is the module's message route.
StoreKey is the module's store key.

# 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

# Structs

GenesisState defines the safety module's genesis state.
MsgSafetyFundSpend defines the message for sending tokens from the safety fund to a designated recipient.
MsgSafetyFundSpendResponse defines the response to executing a MsgSafetyFundSpend message.
QueBalancesRequest is the request type of the QuerBalancesRPC method.
QueBalancesResponse is the response type of the QuerBalancesRPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

AccountKeeper defines the expected interface for the auth module keeper.
BankKeeper defines the expected interface for the bank module keeper.
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.