package
Version:
v0.0.0-...-5845185
Opens a new window with list of versions in this module.
Published: Dec 17, 2022
License: CC0-1.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
Contract string `json:"contract"`
Topics []string `json:"topics"`
}
type JobConfirmation struct {
ID string `json:"id"`
Event *Event `json:"event"`
}
type NewEvent struct {
StartBlock string `json:"startBlock"`
Contract string `json:"contract"`
Topics []string `json:"topics"`
}
type Task struct {
ID string `json:"id"`
StartBlock string `json:"startBlock"`
Event *Event `json:"event"`
SubmittedAt string `json:"submittedAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.