package
Version:
v0.16.11
Opens a new window with list of versions in this module.
Published: Oct 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
StateInvalid State = iota
StatePacked
StateDispatched
StateProved
StateOutputted
StateFailed
)
type Task struct {
ID common.Hash `json:"id"`
ProjectID uint64 `json:"projectID"`
ProjectVersion string `json:"projectVersion"`
DeviceID common.Address `json:"deviceID"`
Payloads [][]byte `json:"payloads"`
Signature []byte `json:"signature,omitempty"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.