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 635d781 commit c960787Copy full SHA for c960787
Assets/Thirdweb/Core/Scripts/Wallet.cs
@@ -882,7 +882,7 @@ public async Task<bool> IsDeployed()
882
/// Sends a raw transaction from the connected wallet.
883
/// </summary>
884
/// <param name="transactionRequest">The transaction request object containing transaction details.</param>
885
- /// <returns>The result of the transaction as a TransactionResult object.</returns>
+ /// <returns>The transaction hash.</returns>
886
public async Task<string> SendRawTransaction(TransactionRequest transactionRequest)
887
{
888
if (Utils.IsWebGLBuild())
0 commit comments