Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
type Orchestrator interface { TrackValidationBlock(block *blocks.Block) Commit(slot iotago.SlotIndex) (protocolParametersAndVersionsHash iotago.Identifier, err error) Import(reader io.ReadSeeker) error Export(writer io.WriteSeeker, targetSlot iotago.SlotIndex) error RestoreFromDisk(slot iotago.SlotIndex) error // Reset resets the component to a clean state as if it was created at the last commitment. Reset() module.Module }
Click to show internal directories.
Click to hide internal directories.