SYMBOL INDEX (21 symbols across 1 files) FILE: pool.go type ResponseArray (line 55) | type ResponseArray struct type ResponseJSON (line 61) | type ResponseJSON struct type ResponseBool (line 67) | type ResponseBool struct type Request (line 73) | type Request struct type block (line 80) | type block struct method Difficulty (line 88) | func (b block) Difficulty() *big.Int { return b.difficulty } method HashNoNonce (line 89) | func (b block) HashNoNonce() common.Hash { return b.hashNoNonce } method Nonce (line 90) | func (b block) Nonce() uint64 { return b.nonce } method MixDigest (line 91) | func (b block) MixDigest() common.Hash { return b.mixDigest } method NumberU64 (line 92) | func (b block) NumberU64() uint64 { return b.number } function main (line 94) | func main() { function handleMiner (line 127) | func handleMiner(rw http.ResponseWriter, req *http.Request) { function getWorkPackage (line 232) | func getWorkPackage(difficulty *big.Int) string { function updateWork (line 259) | func updateWork() { function submitWork (line 274) | func submitWork(params []interface{}) { function submitShares (line 281) | func submitShares() { function updatePendingBlock (line 299) | func updatePendingBlock() { function callArray (line 320) | func callArray(method string, params []interface{}) (*ResponseArray, err... function callBool (line 361) | func callBool(method string, params []interface{}) (*ResponseBool, error) { function callJSON (line 402) | func callJSON(method string, params []interface{}) (*ResponseJSON, error) { function getErrorResponse (line 443) | func getErrorResponse(errorMsg string) string {