keeloq - v0.1.1
Preparing search index...
types
BaseRPCResponse
Interface BaseRPCResponse<T>
Basic response in JsonRPC format
interface
BaseRPCResponse
<
T
>
{
id
:
string
;
jsonrpc
:
string
;
result
:
T
;
}
Type Parameters
T
Index
Properties
id
jsonrpc
result
Properties
id
id
:
string
Request ID (not used)
jsonrpc
jsonrpc
:
string
JsonRPC version (not used)
result
result
:
T
Request result
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
result
keeloq - v0.1.1
Loading...
Basic response in JsonRPC format