Documentation ¶
Index ¶
- type ExecutionState
- func (_m *ExecutionState) ChunkDataPackByChunkID(_a0 context.Context, _a1 flow.Identifier) (*flow.ChunkDataPack, error)
- func (_m *ExecutionState) CommitDelta(_a0 context.Context, _a1 delta.Delta, _a2 []byte) ([]byte, error)
- func (_m *ExecutionState) DiskSize() (int64, error)
- func (_m *ExecutionState) GetCollection(identifier flow.Identifier) (*flow.Collection, error)
- func (_m *ExecutionState) GetExecutionResultID(_a0 context.Context, _a1 flow.Identifier) (flow.Identifier, error)
- func (_m *ExecutionState) GetHighestExecutedBlockID(_a0 context.Context) (uint64, flow.Identifier, error)
- func (_m *ExecutionState) GetRegisters(_a0 context.Context, _a1 []byte, _a2 [][]byte) ([][]byte, error)
- func (_m *ExecutionState) GetRegistersWithProofs(_a0 context.Context, _a1 []byte, _a2 [][]byte) ([][]byte, [][]byte, error)
- func (_m *ExecutionState) NewView(_a0 []byte) *delta.View
- func (_m *ExecutionState) PersistChunkDataPack(_a0 context.Context, _a1 *flow.ChunkDataPack) error
- func (_m *ExecutionState) PersistExecutionReceipt(_a0 context.Context, _a1 *flow.ExecutionReceipt) error
- func (_m *ExecutionState) PersistStateCommitment(_a0 context.Context, _a1 flow.Identifier, _a2 []byte) error
- func (_m *ExecutionState) PersistStateInteractions(_a0 context.Context, _a1 flow.Identifier, _a2 []*delta.Snapshot) error
- func (_m *ExecutionState) RetrieveStateDelta(_a0 context.Context, _a1 flow.Identifier) (*messages.ExecutionStateDelta, error)
- func (_m *ExecutionState) StateCommitmentByBlockID(_a0 context.Context, _a1 flow.Identifier) ([]byte, error)
- func (_m *ExecutionState) UpdateHighestExecutedBlockIfHigher(_a0 context.Context, _a1 *flow.Header) error
- type ReadOnlyExecutionState
- func (_m *ReadOnlyExecutionState) ChunkDataPackByChunkID(_a0 context.Context, _a1 flow.Identifier) (*flow.ChunkDataPack, error)
- func (_m *ReadOnlyExecutionState) DiskSize() (int64, error)
- func (_m *ReadOnlyExecutionState) GetCollection(identifier flow.Identifier) (*flow.Collection, error)
- func (_m *ReadOnlyExecutionState) GetExecutionResultID(_a0 context.Context, _a1 flow.Identifier) (flow.Identifier, error)
- func (_m *ReadOnlyExecutionState) GetHighestExecutedBlockID(_a0 context.Context) (uint64, flow.Identifier, error)
- func (_m *ReadOnlyExecutionState) GetRegisters(_a0 context.Context, _a1 []byte, _a2 [][]byte) ([][]byte, error)
- func (_m *ReadOnlyExecutionState) GetRegistersWithProofs(_a0 context.Context, _a1 []byte, _a2 [][]byte) ([][]byte, [][]byte, error)
- func (_m *ReadOnlyExecutionState) NewView(_a0 []byte) *delta.View
- func (_m *ReadOnlyExecutionState) RetrieveStateDelta(_a0 context.Context, _a1 flow.Identifier) (*messages.ExecutionStateDelta, error)
- func (_m *ReadOnlyExecutionState) StateCommitmentByBlockID(_a0 context.Context, _a1 flow.Identifier) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionState ¶
ExecutionState is an autogenerated mock type for the ExecutionState type
func (*ExecutionState) ChunkDataPackByChunkID ¶
func (_m *ExecutionState) ChunkDataPackByChunkID(_a0 context.Context, _a1 flow.Identifier) (*flow.ChunkDataPack, error)
ChunkDataPackByChunkID provides a mock function with given fields: _a0, _a1
func (*ExecutionState) CommitDelta ¶
func (_m *ExecutionState) CommitDelta(_a0 context.Context, _a1 delta.Delta, _a2 []byte) ([]byte, error)
CommitDelta provides a mock function with given fields: _a0, _a1, _a2
func (*ExecutionState) DiskSize ¶
func (_m *ExecutionState) DiskSize() (int64, error)
DiskSize provides a mock function with given fields:
func (*ExecutionState) GetCollection ¶
func (_m *ExecutionState) GetCollection(identifier flow.Identifier) (*flow.Collection, error)
GetCollection provides a mock function with given fields: identifier
func (*ExecutionState) GetExecutionResultID ¶
func (_m *ExecutionState) GetExecutionResultID(_a0 context.Context, _a1 flow.Identifier) (flow.Identifier, error)
GetExecutionResultID provides a mock function with given fields: _a0, _a1
func (*ExecutionState) GetHighestExecutedBlockID ¶
func (_m *ExecutionState) GetHighestExecutedBlockID(_a0 context.Context) (uint64, flow.Identifier, error)
GetHighestExecutedBlockID provides a mock function with given fields: _a0
func (*ExecutionState) GetRegisters ¶
func (_m *ExecutionState) GetRegisters(_a0 context.Context, _a1 []byte, _a2 [][]byte) ([][]byte, error)
GetRegisters provides a mock function with given fields: _a0, _a1, _a2
func (*ExecutionState) GetRegistersWithProofs ¶
func (_m *ExecutionState) GetRegistersWithProofs(_a0 context.Context, _a1 []byte, _a2 [][]byte) ([][]byte, [][]byte, error)
GetRegistersWithProofs provides a mock function with given fields: _a0, _a1, _a2
func (*ExecutionState) NewView ¶
func (_m *ExecutionState) NewView(_a0 []byte) *delta.View
NewView provides a mock function with given fields: _a0
func (*ExecutionState) PersistChunkDataPack ¶
func (_m *ExecutionState) PersistChunkDataPack(_a0 context.Context, _a1 *flow.ChunkDataPack) error
PersistChunkDataPack provides a mock function with given fields: _a0, _a1
func (*ExecutionState) PersistExecutionReceipt ¶
func (_m *ExecutionState) PersistExecutionReceipt(_a0 context.Context, _a1 *flow.ExecutionReceipt) error
PersistExecutionReceipt provides a mock function with given fields: _a0, _a1
func (*ExecutionState) PersistStateCommitment ¶
func (_m *ExecutionState) PersistStateCommitment(_a0 context.Context, _a1 flow.Identifier, _a2 []byte) error
PersistStateCommitment provides a mock function with given fields: _a0, _a1, _a2
func (*ExecutionState) PersistStateInteractions ¶
func (_m *ExecutionState) PersistStateInteractions(_a0 context.Context, _a1 flow.Identifier, _a2 []*delta.Snapshot) error
PersistStateInteractions provides a mock function with given fields: _a0, _a1, _a2
func (*ExecutionState) RetrieveStateDelta ¶
func (_m *ExecutionState) RetrieveStateDelta(_a0 context.Context, _a1 flow.Identifier) (*messages.ExecutionStateDelta, error)
RetrieveStateDelta provides a mock function with given fields: _a0, _a1
func (*ExecutionState) StateCommitmentByBlockID ¶
func (_m *ExecutionState) StateCommitmentByBlockID(_a0 context.Context, _a1 flow.Identifier) ([]byte, error)
StateCommitmentByBlockID provides a mock function with given fields: _a0, _a1
func (*ExecutionState) UpdateHighestExecutedBlockIfHigher ¶
func (_m *ExecutionState) UpdateHighestExecutedBlockIfHigher(_a0 context.Context, _a1 *flow.Header) error
UpdateHighestExecutedBlockIfHigher provides a mock function with given fields: _a0, _a1
type ReadOnlyExecutionState ¶
ReadOnlyExecutionState is an autogenerated mock type for the ReadOnlyExecutionState type
func (*ReadOnlyExecutionState) ChunkDataPackByChunkID ¶
func (_m *ReadOnlyExecutionState) ChunkDataPackByChunkID(_a0 context.Context, _a1 flow.Identifier) (*flow.ChunkDataPack, error)
ChunkDataPackByChunkID provides a mock function with given fields: _a0, _a1
func (*ReadOnlyExecutionState) DiskSize ¶
func (_m *ReadOnlyExecutionState) DiskSize() (int64, error)
DiskSize provides a mock function with given fields:
func (*ReadOnlyExecutionState) GetCollection ¶
func (_m *ReadOnlyExecutionState) GetCollection(identifier flow.Identifier) (*flow.Collection, error)
GetCollection provides a mock function with given fields: identifier
func (*ReadOnlyExecutionState) GetExecutionResultID ¶
func (_m *ReadOnlyExecutionState) GetExecutionResultID(_a0 context.Context, _a1 flow.Identifier) (flow.Identifier, error)
GetExecutionResultID provides a mock function with given fields: _a0, _a1
func (*ReadOnlyExecutionState) GetHighestExecutedBlockID ¶
func (_m *ReadOnlyExecutionState) GetHighestExecutedBlockID(_a0 context.Context) (uint64, flow.Identifier, error)
GetHighestExecutedBlockID provides a mock function with given fields: _a0
func (*ReadOnlyExecutionState) GetRegisters ¶
func (_m *ReadOnlyExecutionState) GetRegisters(_a0 context.Context, _a1 []byte, _a2 [][]byte) ([][]byte, error)
GetRegisters provides a mock function with given fields: _a0, _a1, _a2
func (*ReadOnlyExecutionState) GetRegistersWithProofs ¶
func (_m *ReadOnlyExecutionState) GetRegistersWithProofs(_a0 context.Context, _a1 []byte, _a2 [][]byte) ([][]byte, [][]byte, error)
GetRegistersWithProofs provides a mock function with given fields: _a0, _a1, _a2
func (*ReadOnlyExecutionState) NewView ¶
func (_m *ReadOnlyExecutionState) NewView(_a0 []byte) *delta.View
NewView provides a mock function with given fields: _a0
func (*ReadOnlyExecutionState) RetrieveStateDelta ¶
func (_m *ReadOnlyExecutionState) RetrieveStateDelta(_a0 context.Context, _a1 flow.Identifier) (*messages.ExecutionStateDelta, error)
RetrieveStateDelta provides a mock function with given fields: _a0, _a1
func (*ReadOnlyExecutionState) StateCommitmentByBlockID ¶
func (_m *ReadOnlyExecutionState) StateCommitmentByBlockID(_a0 context.Context, _a1 flow.Identifier) ([]byte, error)
StateCommitmentByBlockID provides a mock function with given fields: _a0, _a1