Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type Commit struct {
	BlockID     flow.Identifier
	CommitterID flow.Identifier
}
    Commit is a coldstuff consensus event to commit a block.
type Vote ¶
type Vote struct {
	BlockID flow.Identifier
	VoterID flow.Identifier
}
    Vote is a coldstuff consensus event to vote for a block.
 Click to show internal directories. 
   Click to hide internal directories.