MCPcopy Index your code
hub / github.com/chain/Core / build

Method build

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

Builds a client with all of the provided parameters.

()

Source from the content-addressed store, hash-verified

878 * Builds a client with all of the provided parameters.
879 */
880 public Client build() throws ConfigurationException {
881 return new Client(this);
882 }
883 }
884}

Callers 15

setupMethod · 0.95
mainMethod · 0.45
setupMethod · 0.45
payMethod · 0.45
generateClientMethod · 0.45
testTransactionQueryMethod · 0.45
testBalanceQueryMethod · 0.45
testBuildTransactionMethod · 0.45
testSubmitUnbalancedMethod · 0.45

Calls

no outgoing calls

Tested by 15

setupMethod · 0.76
generateClientMethod · 0.36
testTransactionQueryMethod · 0.36
testBalanceQueryMethod · 0.36
testBuildTransactionMethod · 0.36
testSubmitUnbalancedMethod · 0.36
testBasicTransactionMethod · 0.36