Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TipSelection ¶
type TipSelection interface { // SelectTips selects the tips that should be used as references for a new block. SelectTips(maxStrongParents int, maxLikedInsteadParents int, maxWeakParents int) (references model.ParentReferences) // SetAcceptanceTime updates the acceptance time of the TipSelection. SetAcceptanceTime(acceptanceTime time.Time) (previousTime time.Time) // Reset resets the component to a clean state as if it was created at the last commitment. Reset() // Interface embeds the required methods of the module.Module. module.Module }
TipSelection is a component that is used to abstract away the tip selection strategy, used to issuing new blocks.
Click to show internal directories.
Click to hide internal directories.