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 f8591de commit 8ffd956Copy full SHA for 8ffd956
src/Packages/Passport/Runtime/Scripts/Private/PassportImpl.cs
@@ -703,7 +703,7 @@ public async UniTask<string> ZkEvmSendTransaction(TransactionRequest request)
703
return callResponse.GetStringResult();
704
}
705
706
- public async UniTask<TransactionReceiptResponse?> ZkEvmGetTransactionReceipt(string hash)
+ public async UniTask<TransactionReceiptResponse> ZkEvmGetTransactionReceipt(string hash)
707
{
708
string json = JsonUtility.ToJson(new TransactionReceiptRequest()
709
0 commit comments