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

Method setQuorum

sdk/java/src/main/java/com/chain/api/Asset.java:300–303  ·  view source on GitHub ↗

Sets the quorum of the issuance program. Must be called before #create(Client). @param quorum proposed quorum @return updated builder object

(int quorum)

Source from the content-addressed store, hash-verified

298 * @return updated builder object
299 */
300 public Builder setQuorum(int quorum) {
301 this.quorum = quorum;
302 return this;
303 }
304
305 /**
306 * Adds a key to the builder's list.<br>

Callers 15

mainMethod · 0.45
setupMethod · 0.45
benchMethod · 0.45
testAccountQueryMethod · 0.45
testAssetQueryMethod · 0.45
testAssetPaginationMethod · 0.45
testTransactionQueryMethod · 0.45
testBalanceQueryMethod · 0.45
testPaginationMethod · 0.45
testAccountCreateMethod · 0.45

Calls

no outgoing calls

Tested by 15

testAccountQueryMethod · 0.36
testAssetQueryMethod · 0.36
testAssetPaginationMethod · 0.36
testTransactionQueryMethod · 0.36
testBalanceQueryMethod · 0.36
testPaginationMethod · 0.36
testAccountCreateMethod · 0.36
testAssetCreateMethod · 0.36
testAssetCreateBatchMethod · 0.36
testReceiverCreateMethod · 0.36