Documentation ¶
Index ¶
- type Cluster
- type Consumer
- func (_m *Consumer) BlockFinalized(block *flow.Header)
- func (_m *Consumer) BlockProcessable(block *flow.Header)
- func (_m *Consumer) EpochCommittedPhaseStarted(epoch uint64, first *flow.Header)
- func (_m *Consumer) EpochSetupPhaseStarted(epoch uint64, first *flow.Header)
- func (_m *Consumer) EpochTransition(newEpoch uint64, first *flow.Header)
- type DKG
- type Epoch
- func (_m *Epoch) Cluster(index uint) (protocol.Cluster, error)
- func (_m *Epoch) Clustering() (flow.ClusterList, error)
- func (_m *Epoch) Counter() (uint64, error)
- func (_m *Epoch) DKG() (protocol.DKG, error)
- func (_m *Epoch) FinalView() (uint64, error)
- func (_m *Epoch) FirstView() (uint64, error)
- func (_m *Epoch) InitialIdentities() (flow.IdentityList, error)
- func (_m *Epoch) Seed(indices ...uint32) ([]byte, error)
- type EpochQuery
- type MutableState
- func (_m *MutableState) AtBlockID(blockID flow.Identifier) protocol.Snapshot
- func (_m *MutableState) AtHeight(height uint64) protocol.Snapshot
- func (_m *MutableState) Extend(candidate *flow.Block) error
- func (_m *MutableState) Final() protocol.Snapshot
- func (_m *MutableState) Finalize(blockID flow.Identifier) error
- func (_m *MutableState) MarkValid(blockID flow.Identifier) error
- func (_m *MutableState) Params() protocol.Params
- func (_m *MutableState) Sealed() protocol.Snapshot
- type Params
- type Snapshot
- func (_m *Snapshot) Commit() ([]byte, error)
- func (_m *Snapshot) Epochs() protocol.EpochQuery
- func (_m *Snapshot) Head() (*flow.Header, error)
- func (_m *Snapshot) Identities(selector flow.IdentityFilter) (flow.IdentityList, error)
- func (_m *Snapshot) Identity(nodeID flow.Identifier) (*flow.Identity, error)
- func (_m *Snapshot) Pending() ([]flow.Identifier, error)
- func (_m *Snapshot) Phase() (flow.EpochPhase, error)
- func (_m *Snapshot) Seed(indices ...uint32) ([]byte, error)
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
Cluster is an autogenerated mock type for the Cluster type
func (*Cluster) EpochCounter ¶
EpochCounter provides a mock function with given fields:
func (*Cluster) Members ¶
func (_m *Cluster) Members() flow.IdentityList
Members provides a mock function with given fields:
func (*Cluster) RootQC ¶
func (_m *Cluster) RootQC() *flow.QuorumCertificate
RootQC provides a mock function with given fields:
type Consumer ¶
Consumer is an autogenerated mock type for the Consumer type
func (*Consumer) BlockFinalized ¶
BlockFinalized provides a mock function with given fields: block
func (*Consumer) BlockProcessable ¶
BlockProcessable provides a mock function with given fields: block
func (*Consumer) EpochCommittedPhaseStarted ¶
EpochCommittedPhaseStarted provides a mock function with given fields: epoch, first
func (*Consumer) EpochSetupPhaseStarted ¶
EpochSetupPhaseStarted provides a mock function with given fields: epoch, first
type DKG ¶
DKG is an autogenerated mock type for the DKG type
func (*DKG) Index ¶
func (_m *DKG) Index(nodeID flow.Identifier) (uint, error)
Index provides a mock function with given fields: nodeID
type Epoch ¶
Epoch is an autogenerated mock type for the Epoch type
func (*Epoch) Clustering ¶
func (_m *Epoch) Clustering() (flow.ClusterList, error)
Clustering provides a mock function with given fields:
func (*Epoch) InitialIdentities ¶
func (_m *Epoch) InitialIdentities() (flow.IdentityList, error)
InitialIdentities provides a mock function with given fields:
type EpochQuery ¶
EpochQuery is an autogenerated mock type for the EpochQuery type
func (*EpochQuery) Current ¶
func (_m *EpochQuery) Current() protocol.Epoch
Current provides a mock function with given fields:
func (*EpochQuery) Next ¶
func (_m *EpochQuery) Next() protocol.Epoch
Next provides a mock function with given fields:
func (*EpochQuery) Previous ¶ added in v0.13.0
func (_m *EpochQuery) Previous() protocol.Epoch
Previous provides a mock function with given fields:
type MutableState ¶ added in v0.14.0
MutableState is an autogenerated mock type for the MutableState type
func (*MutableState) AtBlockID ¶ added in v0.14.0
func (_m *MutableState) AtBlockID(blockID flow.Identifier) protocol.Snapshot
AtBlockID provides a mock function with given fields: blockID
func (*MutableState) AtHeight ¶ added in v0.14.0
func (_m *MutableState) AtHeight(height uint64) protocol.Snapshot
AtHeight provides a mock function with given fields: height
func (*MutableState) Extend ¶ added in v0.14.0
func (_m *MutableState) Extend(candidate *flow.Block) error
Extend provides a mock function with given fields: candidate
func (*MutableState) Final ¶ added in v0.14.0
func (_m *MutableState) Final() protocol.Snapshot
Final provides a mock function with given fields:
func (*MutableState) Finalize ¶ added in v0.14.0
func (_m *MutableState) Finalize(blockID flow.Identifier) error
Finalize provides a mock function with given fields: blockID
func (*MutableState) MarkValid ¶ added in v0.14.0
func (_m *MutableState) MarkValid(blockID flow.Identifier) error
MarkValid provides a mock function with given fields: blockID
func (*MutableState) Params ¶ added in v0.14.0
func (_m *MutableState) Params() protocol.Params
Params provides a mock function with given fields:
func (*MutableState) Sealed ¶ added in v0.14.0
func (_m *MutableState) Sealed() protocol.Snapshot
Sealed provides a mock function with given fields:
type Params ¶
Params is an autogenerated mock type for the Params type
type Snapshot ¶
Snapshot is an autogenerated mock type for the Snapshot type
func (*Snapshot) Epochs ¶
func (_m *Snapshot) Epochs() protocol.EpochQuery
Epochs provides a mock function with given fields:
func (*Snapshot) Identities ¶
func (_m *Snapshot) Identities(selector flow.IdentityFilter) (flow.IdentityList, error)
Identities provides a mock function with given fields: selector
func (*Snapshot) Pending ¶
func (_m *Snapshot) Pending() ([]flow.Identifier, error)
Pending provides a mock function with given fields:
type State ¶
State is an autogenerated mock type for the State type
func (*State) AtBlockID ¶
func (_m *State) AtBlockID(blockID flow.Identifier) protocol.Snapshot
AtBlockID provides a mock function with given fields: blockID