# Functions
DefaultGenesisState returns the default genesis state of the safetyfund module.
No description provided by the author
NewSafetyFundSpendProposal creates a new instance of SafetyFundSpendProposal.
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
ModuleAccountName is the name of the safetyfund module account.
ModuleName is the safetyfund module's name.
No description provided by the author
QuerierRoute is the safetyfund module's querier route.
RouterKey is the safetyfund module's message route.
StoreKey is the safetyfund 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
# Structs
GenesisState defines the safetyfund module's genesis state.
QueBalancesRequest is the request type of the QuerBalancesRPC method.
QueBalancesResponse is the response type of the QuerBalancesRPC method.
SafetyFundSpendProposal details a proposal for the use of safety funds, together with how many coins are proposed to be spent, and to which recipient account
NOTE: for now, this is just a copy of distribution module's CommunityPoolSpendProposal.
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.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.