package
5.10.0-jeremy-eip-1559+incompatible
Repository: https://github.com/sei-protocol/sei-chain.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
DefaultGenesisState creates a default GenesisState object.
DefaultInitialMinter returns a default initial Minter object for a new chain which uses an inflation rate of 0%.
default minting module parameters.
InitialMinter returns an initial Minter object with default values with no previous mints.
NewGenesisState creates a new GenesisState object.
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
No description provided by the author
No description provided by the author
ParamTable for minting module.
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
No description provided by the author
ValidateGenesis validates the provided genesis state to ensure the expected invariants holds.
validate minter.
# Constants
Minting module event types.
Minting module event types.
Minting module event types.
No description provided by the author
module name.
No description provided by the author
QuerierRoute is the querier route for the minting store.
No description provided by the author
Query endpoints supported by the minting querier.
No description provided by the author
StoreKey is the default store key for mint.
Format used for scheduling token releases#nosec G101 Not a hard coded credential*/.
# 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
Parameter store keys.
Parameter store keys.
MinterKey is the key to use for the keeper store.
No description provided by the author
# Structs
GenesisState defines the mint module's genesis state.
Minter represents the most recent.
Params holds parameters for the mint module.
QueryMinterRequest is the request type for the Query/Minter RPC method.
QueryMinterResponse is the response type for the Query/Minter RPC method.
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params RPC method.
No description provided by the author
UnimplementedQueryServer can be embedded to have forward compatible implementations.
No description provided by the author
Minter represents the most recent.
Params holds parameters for the mint module.
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.
EpochKeeper defines the contract needed to be fulfilled for epoch keepers.
No description provided by the author
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
StakingKeeper defines the expected staking keeper.
# Type aliases
combine multiple mint hooks, all hook functions are run in array sequence.