pob

package
v2.1.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2019 License: LGPL-3.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PoB

type PoB struct {
	// contains filtered or unexported fields
}

PoB is a struct that handles the consensus logic.

func New added in v1.1.0

func New(account *account.KeyPair, baseVariable global.BaseVariable, blockCache blockcache.BlockCache, txPool txpool.TxPool, p2pService p2p.Service) *PoB

New init a new PoB.

func (*PoB) RecoverBlock added in v1.1.0

func (p *PoB) RecoverBlock(blk *block.Block, witnessList blockcache.WitnessList) error

RecoverBlock recover block from block cache wal

func (*PoB) Start

func (p *PoB) Start() error

Start make the PoB run.

func (*PoB) Stop

func (p *PoB) Stop()

Stop make the PoB stop

type StaticProperty

type StaticProperty struct {
	NumberOfWitnesses int64
	WitnessList       []string
	Watermark         map[string]int64
	SlotUsed          map[int64]bool
	// contains filtered or unexported fields
}

StaticProperty handles the the static property of pob.

func GetStaticProperty added in v1.1.0

func GetStaticProperty() *StaticProperty

GetStaticProperty return property. RPC needs it.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL