MCPcopy Index your code
hub / github.com/LFDT-web3j/web3j / send

Method send

core/src/main/java/org/web3j/protocol/Web3jService.java:38–38  ·  view source on GitHub ↗

Perform a synchronous JSON-RPC request. @param request request to perform @param responseType class of a data item returned by the request @param type of a data item returned by the request @return deserialized JSON-RPC response @throws IOException thrown if failed to perform a request

(Request request, Class<T> responseType)

Source from the content-addressed store, hash-verified

36 * @throws IOException thrown if failed to perform a request
37 */
38 <T extends Response> T send(Request request, Class<T> responseType) throws IOException;
39
40 /**
41 * Performs an asynchronous JSON-RPC request.

Callers 15

setUpMethod · 0.65
testJavaReservedWordsMethod · 0.65
testFibonacciMethod · 0.65
testFibonacciNotifyMethod · 0.65
setUpMethod · 0.65
testFixedReverseMethod · 0.65
testDynamicReverseMethod · 0.65
testMultiDynamicMethod · 0.65
testMultiFixedMethod · 0.65

Implementers 2

WebSocketServicecore/src/main/java/org/web3j/protocol/
Servicecore/src/main/java/org/web3j/protocol/

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.52
testJavaReservedWordsMethod · 0.52
testFibonacciMethod · 0.52
testFibonacciNotifyMethod · 0.52
setUpMethod · 0.52
testFixedReverseMethod · 0.52
testDynamicReverseMethod · 0.52
testMultiDynamicMethod · 0.52
testMultiFixedMethod · 0.52