model

package
v0.0.0-...-5845185 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2022 License: CC0-1.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Contract string   `json:"contract"`
	Topics   []string `json:"topics"`
}

type JobConfirmation

type JobConfirmation struct {
	ID    string `json:"id"`
	Event *Event `json:"event"`
}

type NewEvent

type NewEvent struct {
	StartBlock string   `json:"startBlock"`
	Contract   string   `json:"contract"`
	Topics     []string `json:"topics"`
}

type Task

type Task struct {
	ID          string `json:"id"`
	StartBlock  string `json:"startBlock"`
	Event       *Event `json:"event"`
	SubmittedAt string `json:"submittedAt"`
}

Jump to

Keyboard shortcuts

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