package
0.0.0-20210203100110-2c3f891d014e
Repository: https://github.com/pocblockchain/pocc.git
Documentation: pkg.go.dev

# Functions

AppStateFromGenesisFileFn util function to generate the genesis AppState from a genesis.json file.
DecodeAccountStore unmarshals the KVPair's Value to the corresponding auth type.
DecodeDistributionStore unmarshals the KVPair's Value to the corresponding distribution type.
DecodeGovStore unmarshals the KVPair's Value to the corresponding gov type.
DecodeMintStore unmarshals the KVPair's Value to the corresponding mint type.
DecodeSlashingStore unmarshals the KVPair's Value to the corresponding slashing type.
DecodeStakingStore unmarshals the KVPair's Value to the corresponding staking type.
DecodeSupplyStore unmarshals the KVPair's Value to the corresponding supply type.
GenAuthGenesisState generates a random GenesisState for auth.
GenBankGenesisState generates a random GenesisState for bank.
GenDistrGenesisState generates a random GenesisState for distribution.
GenGenesisAccounts generates a random GenesisState for the genesis accounts.
GenGovGenesisState generates a random GenesisState for gov.
GenMintGenesisState generates a random GenesisState for mint.
GenSlashingGenesisState generates a random GenesisState for slashing.
GenStakingGenesisState generates a random GenesisState for staking.
GenSupplyGenesisState generates a random GenesisState for supply.
GetSimulationLog unmarshals the KVPair's Value to the corresponding type based on the each's module store key and the prefix bytes of the KVPair's key.
custom tx codec.
NewDefaultGenesisState generates the default state for the application.
NewSimApp returns a reference to an initialized PocApp.
NewSimAppUNSAFE is used for debugging purposes only.

# Constants

Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.
Simulation parameter constants.

# Variables

default home directories for the application CLI.
default home directories for the application daemon.
The module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.

# Structs

Extended ABCI application.

# Type aliases

The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.