 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnexecutedLoader ¶ added in v0.33.1
type UnexecutedLoader struct {
	// contains filtered or unexported fields
}
    deprecated. Storehouse is going to use unfinalized loader instead
func NewUnexecutedLoader ¶ added in v0.33.1
func NewUnexecutedLoader( log zerolog.Logger, state protocol.State, headers storage.Headers, execState state.ExecutionState, ) *UnexecutedLoader
func (*UnexecutedLoader) LoadUnexecuted ¶ added in v0.33.1
func (e *UnexecutedLoader) LoadUnexecuted(ctx context.Context) ([]flow.Identifier, error)
LoadUnexecuted loads all unexecuted and validated blocks any error returned are exceptions
type UnfinalizedLoader ¶ added in v0.33.1
type UnfinalizedLoader struct {
	// contains filtered or unexported fields
}
    func NewUnfinalizedLoader ¶ added in v0.33.1
func NewUnfinalizedLoader( log zerolog.Logger, state protocol.State, headers storage.Headers, execState state.FinalizedExecutionState, ) *UnfinalizedLoader
NewUnfinalizedLoader creates a new loader that loads all unfinalized and validated blocks
func (*UnfinalizedLoader) LoadUnexecuted ¶ added in v0.33.1
func (e *UnfinalizedLoader) LoadUnexecuted(ctx context.Context) ([]flow.Identifier, error)
LoadUnexecuted loads all unfinalized and validated blocks any error returned are exceptions
 Click to show internal directories. 
   Click to hide internal directories.