package
Version:
v0.0.163
Opens a new window with list of versions in this module.
Published: Jul 12, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type InboundRPCCall struct {
ID int `json:"id"`
Method string `json:"method"`
JSONRPCVersion string `json:"jsonrpc"`
Params any `json:"params"`
}
type RPCCall struct {
ID string `json:"id"`
Method string `json:"method"`
JSONRPCVersion string `json:"jsonrpc"`
Params any `json:"params"`
}
type RPCResponse struct {
ID string `json:"id"`
JSONRPCVersion string `json:"jsonrpc"`
Result any `json:"result"`
Error string `json:"error"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.