Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResultApprovalHasher ¶
NewResultApprovalHasher generates and returns a hasher for signing and verification of result approvals
Types ¶
type MockAssigner ¶
type MockAssigner struct {
// contains filtered or unexported fields
}
MockAssigner ...
func NewMockAssigner ¶
func NewMockAssigner(id flow.Identifier, f func(index uint64) bool) *MockAssigner
NewMockAssigner ...
func (*MockAssigner) Assign ¶
func (m *MockAssigner) Assign(result *flow.ExecutionResult, blockID flow.Identifier) (*chmodel.Assignment, error)
Assign assigns all input chunks to the verifier node
Click to show internal directories.
Click to hide internal directories.