Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SendTransaction not result when build WebGL #7

Open
gamota-tech opened this issue Jun 8, 2024 · 1 comment
Open

SendTransaction not result when build WebGL #7

gamota-tech opened this issue Jun 8, 2024 · 1 comment

Comments

@gamota-tech
Copy link

Task<SendTransactionResult?> transactionTask = tonConnectHandler.tonConnect.SendTransaction(transactionRequest);
SendTransactionResult? result = await transactionTask;
Debug.Log("TonDebug:tx2: " + result.Value.Boc.Hash);

SendTransaction not result when build WebGL. Confirmed in wallet Ton Keeper.

@hina90
Copy link

hina90 commented Jun 28, 2024

result.Value.Boc is the answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants