Documentation ¶
Index ¶
- type EvidencePool
- func (_m *EvidencePool) AddEvidence(_a0 types.Evidence) error
- func (_m *EvidencePool) Header(_a0 int64) *types.Header
- func (_m *EvidencePool) IsCommitted(_a0 types.Evidence) bool
- func (_m *EvidencePool) IsPending(_a0 types.Evidence) bool
- func (_m *EvidencePool) PendingEvidence(_a0 uint32) []types.Evidence
- func (_m *EvidencePool) Update(_a0 *types.Block, _a1 state.State)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvidencePool ¶
EvidencePool is an autogenerated mock type for the EvidencePool type
func (*EvidencePool) AddEvidence ¶
func (_m *EvidencePool) AddEvidence(_a0 types.Evidence) error
AddEvidence provides a mock function with given fields: _a0
func (*EvidencePool) Header ¶
func (_m *EvidencePool) Header(_a0 int64) *types.Header
Header provides a mock function with given fields: _a0
func (*EvidencePool) IsCommitted ¶
func (_m *EvidencePool) IsCommitted(_a0 types.Evidence) bool
IsCommitted provides a mock function with given fields: _a0
func (*EvidencePool) IsPending ¶
func (_m *EvidencePool) IsPending(_a0 types.Evidence) bool
IsPending provides a mock function with given fields: _a0
func (*EvidencePool) PendingEvidence ¶
func (_m *EvidencePool) PendingEvidence(_a0 uint32) []types.Evidence
PendingEvidence provides a mock function with given fields: _a0
Click to show internal directories.
Click to hide internal directories.