# Functions
CollectStdTxs processes and validates application's genesis StdTxs and returns the list of appGenTxs, and persistent peers required to generate genesis.json.
IrisAppGenState create the core parameters for genesis initialization for iris; note that the pubkey input is this machines pubkey.
IrisAppGenStateJSON but with JSON.
IrisValidateGenesisState ensures that the genesis state obeys the expected invariants TODO: No validators are both bonded and jailed (#2088) TODO: Error if there is a duplicate validator (#1708) TODO: Ensure all state machine parameters are in genesis (#1704).
MakeCodec register codec.
No description provided by the author
NewDefaultGenesisState generates the default state for iris.
NewGenesisAccount genesis account constructor.
NewGenesisAccountI genesis account constructor.
No description provided by the author
No description provided by the author
NewGenesisState genesis state constructor.
No description provided by the author
NewProtocolV2 protocol v2 constructor.
No description provided by the author
PrometheusMetrics returns Metrics build using Prometheus client library.
# Constants
No description provided by the author
# Structs
GenesisAccount doesn't need pubkey or sequence.
No description provided by the author
GenesisFileState genesis file state.
GenesisState state to unmarshal.
Combined Staking Hooks.
No description provided by the author
ProtocolV2 define the protocol.