proc

package
v0.0.0-...-640f24c Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2018 License: LGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TXPoolServer

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

func NewTxPoolServer

func NewTxPoolServer(num uint8) *TXPoolServer

func (*TXPoolServer) GetPID

func (s *TXPoolServer) GetPID(actor tc.ActorType) *actor.PID

func (*TXPoolServer) RegisterActor

func (s *TXPoolServer) RegisterActor(actor tc.ActorType, pid *actor.PID)

func (*TXPoolServer) Stop

func (s *TXPoolServer) Stop()

func (*TXPoolServer) UnRegisterActor

func (s *TXPoolServer) UnRegisterActor(actor tc.ActorType)

type TxActor

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

TxnActor: Handle the low priority msg from P2P and API

func NewTxActor

func NewTxActor(s *TXPoolServer) *TxActor

func (*TxActor) Receive

func (ta *TxActor) Receive(context actor.Context)

type TxPoolActor

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

TxnPoolActor: Handle the high priority request from Consensus

func NewTxPoolActor

func NewTxPoolActor(s *TXPoolServer) *TxPoolActor

func (*TxPoolActor) Receive

func (tpa *TxPoolActor) Receive(context actor.Context)

type VerifyRspActor

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

VerifyRspActor: Handle the response from the validators

func NewVerifyRspActor

func NewVerifyRspActor(s *TXPoolServer) *VerifyRspActor

func (*VerifyRspActor) Receive

func (vpa *VerifyRspActor) Receive(context actor.Context)

Jump to

Keyboard shortcuts

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