Sets the quorum of the issuance program. Must be called before #create(Client). @param quorum proposed quorum @return updated builder object
(int quorum)
| 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> |
no outgoing calls