package job type Job struct { ID string `json:"job_id"` Height int64 `json:"height"` BlockTemplate string `json:"blocktemplate"` Difficulty int64 `json:"difficulty"` SeedHash string `json:"seed_hash"` Target string `json:"target"` Blob string `json:"blob"` Algo string `json:"algo"` }