package
0.0.2
Repository: https://github.com/ignite/modules.git
Documentation: pkg.go.dev

# Functions

DefaultGenesis creates a default GenesisState object.
DefaultInitialMinter returns a default initial Minter object for a new chain which uses an inflation rate of 13%.
DefaultParams returns default minting module parameters.
InitialMinter returns an initial Minter object with a given inflation value.
NewMinter returns a new Minter object with the given inflation and annual provisions values.
No description provided by the author
No description provided by the author
ParamTable for minting module.
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

module name.
StoreKey is the default store key for mint.

# Variables

assuming 5 seconds block times.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
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
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
MinterKey is the key to use for the keeper store.

# Structs

No description provided by the author
EventMint is emitted when new coins are minted by the minter.
GenesisState defines the mint module's genesis state.
Minter represents the minting state.
Params holds parameters for the mint module.
QueryAnnualProvisionsRequest is the request type for the Query/AnnualProvisions RPC method.
QueryAnnualProvisionsResponse is the response type for the Query/AnnualProvisions RPC method.
QueryInflationRequest is the request type for the Query/Inflation RPC method.
QueryInflationResponse is the response type for the Query/Inflation RPC method.
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params RPC method.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
No description provided by the author

# Interfaces

AccountKeeper defines the contract required for account APIs.
BankKeeper defines the contract needed to be fulfilled for banking and supply dependencies.
DistrKeeper defines the contract needed to be fulfilled for distribution keeper.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
StakingKeeper defines the expected staking keeper.