Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EVMActivatedChainEvent ¶
type Event ¶
type Event[E any] struct { // contains filtered or unexported fields }
func EVMActivatedChain ¶
func EVMActivatedChain() *Event[EVMActivatedChainEvent]
func SkywayBatchBuilt ¶
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 ¶
type SkywayBatchBuiltEvent struct {
ChainReferenceID string
}
Click to show internal directories.
Click to hide internal directories.