Documentation ¶
Index ¶
Constants ¶
View Source
const (
NewBlockInsertEvent = "on_new_block"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Subscription ¶
type Subscription interface { Err() <-chan error // returns the error channel Unsubscribe() // cancels sending of events, closing the error channel }
Click to show internal directories.
Click to hide internal directories.