-
- All Implemented Interfaces:
@Serializable() public final class RpcResponseRPC response
-
-
Constructor Summary
Constructors Constructor Description RpcResponse(String jsonrpc, Long id, JsonElement result, RpcResponseError error)
-
Method Summary
Modifier and Type Method Description final StringgetJsonrpc()final LonggetId()final JsonElementgetResult()final RpcResponseErrorgetError()-
-
Constructor Detail
-
RpcResponse
RpcResponse(String jsonrpc, Long id, JsonElement result, RpcResponseError error)
-
-
Method Detail
-
getJsonrpc
final String getJsonrpc()
-
getResult
final JsonElement getResult()
-
getError
final RpcResponseError getError()
-
-
-
-