Documentation
¶
Index ¶
- type Callback
- type Processor
- func (p *Processor) CooperativeWithdraw(cid ctype.CidType, amount *big.Int, cb Callback) (string, error)
- func (p *Processor) MonitorCooperativeWithdrawJob(withdrawHash string, cb Callback)
- func (p *Processor) ProcessRequest(frame *common.MsgFrame) error
- func (p *Processor) ProcessResponse(frame *common.MsgFrame) error
- func (p *Processor) RemoveCooperativeWithdrawJob(withdrawHash string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func StartProcessor ¶
func StartProcessor( nodeConfig common.GlobalNodeConfig, selfAddress ctype.Addr, signer eth.Signer, transactorPool *eth.TransactorPool, connectionManager *rpc.ConnectionManager, monitorService intfs.MonitorService, dal *storage.DAL, streamWriter common.StreamWriter, keepMonitor bool, enableJobs bool) (*Processor, error)
func (*Processor) CooperativeWithdraw ¶
func (*Processor) MonitorCooperativeWithdrawJob ¶
func (*Processor) ProcessResponse ¶
func (*Processor) RemoveCooperativeWithdrawJob ¶
Click to show internal directories.
Click to hide internal directories.