You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Packages/Passport/Runtime/Scripts/Public/Passport.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -334,9 +334,10 @@ public async UniTask<string> ZkEvmSendTransaction(TransactionRequest request)
334
334
}
335
335
336
336
/// <summary>
337
-
/// Returns a sent/submitted transaction status information
337
+
/// Retrieves the transaction information of a given transaction hash. This function uses the Ethereum JSON-RPC <c>eth_getTransactionReceipt</c> method.
338
338
/// <returns>
339
-
/// The receipt of transaction, or null if the transaction is still in process
339
+
/// The receipt of the transaction or null if it is still processing.
0 commit comments