default
Api Code Documentation / Exports / service/RpcResponse.h / default
service/RpcResponse.h.default
JSON-RPC response.
Table of contents
Properties
Properties
error
• Readonly
error: null
| Error
Error object, if method invocation failed.
Defined in
src/service/RpcResponse.h.ts:14
id
• Readonly
id: null
| string
| number
Identifier of the request associated with the response, if any.
Defined in
src/service/RpcResponse.h.ts:19
result
• Readonly
result: any
Result of the invoked method, if successful.