MCPcopy
hub / github.com/chain/Core / create

Method create

sdk/java/src/main/java/com/chain/http/Client.java:329–329  ·  view source on GitHub ↗

Deserializes an HTTP response into a Java object of type T. @param response HTTP response object @param deserializer json deserializer @return an object of type T @throws ChainException @throws IOException

(Response response, Gson deserializer)

Source from the content-addressed store, hash-verified

327 * @throws IOException
328 */
329 T create(Response response, Gson deserializer) throws ChainException, IOException;
330 }
331
332 /**

Callers 15

mainMethod · 0.65
setupMethod · 0.65
benchMethod · 0.65
testKeyQueryMethod · 0.65
testAccountQueryMethod · 0.65
testAssetQueryMethod · 0.65
testAssetPaginationMethod · 0.65
testTransactionQueryMethod · 0.65
testBalanceQueryMethod · 0.65
testPaginationMethod · 0.65
testKeyCreateMethod · 0.65

Implementers 5

Clientsdk/java/src/main/java/com/chain/http/
Buildersdk/java/src/main/java/com/chain/api/A
Feedsdk/java/src/main/java/com/chain/api/T
Keysdk/java/src/main/java/com/chain/api/A
ReceiverBuildersdk/java/src/main/java/com/chain/api/A

Calls

no outgoing calls

Tested by 15

testKeyQueryMethod · 0.52
testAccountQueryMethod · 0.52
testAssetQueryMethod · 0.52
testAssetPaginationMethod · 0.52
testTransactionQueryMethod · 0.52
testBalanceQueryMethod · 0.52
testPaginationMethod · 0.52
testKeyCreateMethod · 0.52
testAccountCreateMethod · 0.52
testAssetCreateMethod · 0.52