Updated WS API. Fixes #219. Closes #220

This commit is contained in:
obscuren
2015-01-06 11:44:22 +01:00
parent 47e6b2cef8
commit a26aecdfdb
4 changed files with 38 additions and 42 deletions

View File

@ -5,7 +5,7 @@ import "github.com/ethereum/go-ethereum/ethutil"
type Message struct {
Call string `json:"call"`
Args []interface{} `json:"args"`
Seed int `json:"seed"`
Id int `json:"_id"`
Data interface{} `json:"data"`
}