Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setup
Method · 0.95
main
Method · 0.45
setup
Method · 0.45
pay
Method · 0.45
generateClient
Method · 0.45
testTransactionQuery
Method · 0.45
testBalanceQuery
Method · 0.45
testUnspentOutputQuery
Method · 0.45
testBuildTransaction
Method · 0.45
testSubmitUnbalanced
Method · 0.45
testSubmitUnbalancedTwoAssets
Method · 0.45
testSubmitUnsignedSpend
Method · 0.45
Calls
no outgoing calls
Tested by
15
setup
Method · 0.76
generateClient
Method · 0.36
testTransactionQuery
Method · 0.36
testBalanceQuery
Method · 0.36
testUnspentOutputQuery
Method · 0.36
testBuildTransaction
Method · 0.36
testSubmitUnbalanced
Method · 0.36
testSubmitUnbalancedTwoAssets
Method · 0.36
testSubmitUnsignedSpend
Method · 0.36
testSubmitUnsignedIssuance
Method · 0.36
testSubmitPartiallySigned
Method · 0.36
testBasicTransaction
Method · 0.36