verification

package
v0.13.1-patch.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2021 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VerifiableChunkData

type VerifiableChunkData struct {
	IsSystemChunk bool                  // indicates whether this is a system chunk
	Chunk         *flow.Chunk           // the chunk to be verified
	Header        *flow.Header          // BlockHeader that contains this chunk
	Result        *flow.ExecutionResult // execution result of this block
	Collection    *flow.Collection      // collection corresponding to the chunk
	ChunkDataPack *flow.ChunkDataPack   // chunk data package needed to verify this chunk
	EndState      flow.StateCommitment  // state commitment at the end of this chunk
}

VerifiableChunkData represents a ready-to-verify chunk It contains the execution result as well as all resources needed to verify it

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL