Versions in this module Expand all Collapse all v0 v0.6.1 Jan 21, 2020 Changes in this version + type TXPoolServer struct + func NewTxPoolServer(num uint8, disablePreExec, disableBroadcastNetTx bool) *TXPoolServer + func (s *TXPoolServer) GetPID(actor tc.ActorType) *actor.PID + func (s *TXPoolServer) RegisterActor(actor tc.ActorType, pid *actor.PID) + func (s *TXPoolServer) Stop() + func (s *TXPoolServer) UnRegisterActor(actor tc.ActorType) + type TxActor struct + func NewTxActor(s *TXPoolServer) *TxActor + func (ta *TxActor) Receive(context actor.Context) + type TxPoolActor struct + func NewTxPoolActor(s *TXPoolServer) *TxPoolActor + func (tpa *TxPoolActor) Receive(context actor.Context) + type VerifyRspActor struct + func NewVerifyRspActor(s *TXPoolServer) *VerifyRspActor + func (vpa *VerifyRspActor) Receive(context actor.Context)