Versions in this module Expand all Collapse all v0 v0.0.0 Jul 28, 2021 Changes in this version + type EvidencePool struct + func (_m *EvidencePool) AddEvidence(_a0 types.Evidence) error + func (_m *EvidencePool) CheckEvidence(_a0 types.EvidenceList) error + func (_m *EvidencePool) PendingEvidence(maxBytes int64) ([]types.Evidence, int64) + func (_m *EvidencePool) Update(_a0 state.State, _a1 types.EvidenceList) + type Store struct + func (_m *Store) Bootstrap(_a0 state.State) error + func (_m *Store) Load() (state.State, error) + func (_m *Store) LoadABCIResponses(_a0 int64) (*tendermintstate.ABCIResponses, error) + func (_m *Store) LoadConsensusParams(_a0 int64) (types.ConsensusParams, error) + func (_m *Store) LoadFromDBOrGenesisDoc(_a0 *tenderminttypes.GenesisDoc) (state.State, error) + func (_m *Store) LoadFromDBOrGenesisFile(_a0 string) (state.State, error) + func (_m *Store) LoadValidators(_a0 int64) (*tenderminttypes.ValidatorSet, error) + func (_m *Store) PruneStates(_a0 int64, _a1 int64) error + func (_m *Store) Save(_a0 state.State) error + func (_m *Store) SaveABCIResponses(_a0 int64, _a1 *tendermintstate.ABCIResponses) error