ing
This commit is contained in:
parent
16c58bc833
commit
e457865884
|
@ -9,6 +9,7 @@ type SubscribeMessage struct {
|
|||
}
|
||||
|
||||
type SubscribeMessageBody struct {
|
||||
Method string `json:"method"`
|
||||
Params interface{} `json:"params,omitempty"`
|
||||
Version string `json:"jsonrpc"`
|
||||
Method string `json:"method"`
|
||||
Params interface{} `json:"params,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user