Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event[E any] struct { // contains filtered or unexported fields }
func SkywayBatchBuilt ¶ added in v1.15.2
func SkywayBatchBuilt() *Event[SkywayBatchBuiltEvent]
func (Event[E]) Subscribe ¶
func (e Event[E]) Subscribe(id string, fn EventHandler[E])
func (Event[E]) Unsubscribe ¶
func (e Event[E]) Unsubscribe(id string)
type SkywayBatchBuiltEvent ¶ added in v1.15.2
type SkywayBatchBuiltEvent struct {
ChainReferenceID string
}
Click to show internal directories.
Click to hide internal directories.