Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blocks ¶
type Blocks map[common.BlockID]*SynchronizedBlock
type Pool ¶
func (*Pool) Contribute ¶
type SynchronizedBlock ¶
func NewEmptySynchronizedBlock ¶
func NewEmptySynchronizedBlock(blockPath string) (*SynchronizedBlock, error)
func NewUnSynchronizedBlock ¶ added in v1.1.0
func NewUnSynchronizedBlock(blockPath string, block *block.Block) (*SynchronizedBlock, error)
func (*SynchronizedBlock) Apply ¶
func (sb *SynchronizedBlock) Apply(ctrb block.Contribution) error
Click to show internal directories.
Click to hide internal directories.