continuation-team / unity-ton-connect

MIT License
19 stars 4 forks source link

SendTransaction not result when build WebGL #7

Open gamota-tech opened 3 weeks ago

gamota-tech commented 3 weeks ago

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 commented 3 days ago

result.Value.Boc is the answer