Versions in this module Expand all Collapse all v0 v0.7.2 Apr 16, 2020 v0.7.1 Apr 9, 2020 Changes in this version + type BlockCompleted struct + Block *types.Block + type LedgerActor struct + Ledger *actor.PID + type P2PActor struct + P2P *actor.PID + func (self *P2PActor) Broadcast(msg interface{}) + func (self *P2PActor) Transmit(target uint64, msg ptypes.Message) + type StartConsensus struct + type StopConsensus struct + type TimeOut struct + type TxPoolActor struct + Pool *actor.PID + func (self *TxPoolActor) GetTxnPool(byCount bool, height uint32) []*txpool.TXEntry + func (self *TxPoolActor) VerifyBlock(txs []*types.Transaction, height uint32) error