File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -172,13 +172,10 @@ class Transaction
172172 std::vector<std::vector<std::byte>> removeSignature (const std::shared_ptr<PublicKey>& publicKey);
173173
174174 /* *
175- * Clear all signatures from the transaction and return them in a specific format .
175+ * Remove all signatures from the transaction.
176176 *
177- * It will call collectSignatures to get the removed signatures, then clear all signatures
178- * from the internal tracking.
179- *
180- * @return The removed signatures in the specified format.
181- * @throws IllegalStateException if transaction is not frozen.
177+ * @return The removed signatures grouped by their associated public key.
178+ * @throws IllegalStateException if the transaction is not frozen.
182179 */
183180 std::map<std::shared_ptr<PublicKey>, std::vector<std::vector<std::byte>>> removeAllSignatures ();
184181
You can’t perform that action at this time.
0 commit comments