We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6218f79 commit c1a7247Copy full SHA for c1a7247
src/client/util/send-and-confirm-transaction.js
@@ -44,4 +44,5 @@ export async function sendAndConfirmTransaction(
44
};
45
46
notify(title, YAML.stringify(body).replace(/"/g, ''));
47
+ return signature;
48
}
0 commit comments