We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5e1d0 commit 38285e2Copy full SHA for 38285e2
src/Packages/Passport/Runtime/Scripts/Public/Passport.cs
@@ -336,7 +336,8 @@ public async UniTask<string> ZkEvmSendTransaction(TransactionRequest request)
336
/// <summary>
337
/// Returns a sent/submitted transaction status information
338
/// <returns>
339
- /// The receipt of transaction, or null if the transaction is still in process
+ /// The receipt of the transaction or null if it is still processing.
340
+
341
/// </returns>
342
/// </summary>
343
public async UniTask<TransactionReceiptResponse> ZkEvmGetTransactionReceipt(string hash)
0 commit comments