 package
    
    
    
      package
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v0.15.5
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Sep 23, 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
      ¶
      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
      ¶
      Source Files
      ¶
    
   
      
      
        
  
    
       Directories
      ¶
      Directories
      ¶
    
    
    
   
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.