 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReceiptDataPack ¶
type ReceiptDataPack struct {
	Receipt  *flow.ExecutionReceipt
	OriginID flow.Identifier
	Ctx      context.Context // used for span tracing
}
    ReceiptDataPack represents an execution receipt with some metadata. This is an internal entity for verification node.
func (*ReceiptDataPack) Checksum ¶
func (r *ReceiptDataPack) Checksum() flow.Identifier
Checksum returns the checksum of the ReceiptDataPack.
func (*ReceiptDataPack) ID ¶
func (r *ReceiptDataPack) ID() flow.Identifier
ID returns the unique identifier for the ReceiptDataPack which is the id of its execution receipt.
type ResultDataPack ¶
type ResultDataPack struct {
	ExecutorID      flow.Identifier
	ExecutionResult *flow.ExecutionResult
}
    ResultDataPack represents an execution result with some metadata. This is an internal entity for verification node.
func (*ResultDataPack) Checksum ¶
func (r *ResultDataPack) Checksum() flow.Identifier
Checksum returns the checksum of the ResultDataPack.
func (*ResultDataPack) ID ¶
func (r *ResultDataPack) ID() flow.Identifier
ID returns the unique identifier for the ResultDataPack which is the id of its execution result.
 Click to show internal directories. 
   Click to hide internal directories.