trigger

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: May 22, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Executor

type Executor interface {
	SubmitTransaction([]*core.ReceptTransaction)
	Start()
	Stop()
}

type Subscriber

type Subscriber interface {
	SubscribeUpdateAnchorEvent(ch chan<- core.AnchorEvent) event.Subscription
	SubscribeNewTakerEvent(ch chan<- core.NewTakerEvent) event.Subscription
	SubscribeNewFinishEvent(ch chan<- core.NewFinishEvent) event.Subscription
	SubscribeConfirmedMakerEvent(ch chan<- core.ConfirmedMakerEvent) event.Subscription
	SubscribeConfirmedTakerEvent(ch chan<- core.ConfirmedTakerEvent) event.Subscription
	SubscribeConfirmedFinishEvent(ch chan<- core.ConfirmedFinishEvent) event.Subscription
	Stop()
}

Directories

Path Synopsis
simpletrigger

Jump to

Keyboard shortcuts

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