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

Method setSumBy

sdk/java/src/main/java/com/chain/api/Balance.java:87–90  ·  view source on GitHub ↗

Sets the list of unspent output attributes to sum by @param sumBy list of sum by parameters @return updated builder object

(List<String> sumBy)

Source from the content-addressed store, hash-verified

85 * @return updated builder object
86 */
87 public QueryBuilder setSumBy(List<String> sumBy) {
88 this.next.sumBy = new ArrayList<>(sumBy);
89 return this;
90 }
91 }
92}

Callers 2

testAtomicSwapMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by 1

testAtomicSwapMethod · 0.64