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
I'm encountering an ArgumentNullException error while trying to call the CreateBCSSignedTransaction method using the Aptos Unity SDK. The error message indicates that a value cannot be null, specifically the array parameter in https://github.com/aptos-labs/Aptos-Unity-SDK.
I trynna print the parameter and make sure that correct in smartcontract
What error, if any, are you getting?
transactionArguments with payload are still ok but CreateBCSSignedTransaction still has null argument
or is it because of signedTransaction?
What have you tried or looked at? Or how can we reproduce the error?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
pichtranst123
Describe your question in detail.
I'm encountering an ArgumentNullException error while trying to call the CreateBCSSignedTransaction method using the Aptos Unity SDK. The error message indicates that a value cannot be null, specifically the array parameter in https://github.com/aptos-labs/Aptos-Unity-SDK.
I trynna print the parameter and make sure that correct in smartcontract
What error, if any, are you getting?
transactionArguments with payload are still ok but CreateBCSSignedTransaction still has null argument
or is it because of signedTransaction?
What have you tried or looked at? Or how can we reproduce the error?
Smartcontract param:
Error log:
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
Unity SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions