Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPCRequest ¶
type RPCRequest struct { Method string `json:"method"` Params []interface{} `json:"params"` JsonRPC string `json:"jsonrpc"` ID string `json:"id"` }
RPCRequest JSON-RPC 请求和响应结构
type RPCResponse ¶
Click to show internal directories.
Click to hide internal directories.