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 am experiencing an issue when trying to send tokens using the TON blockchain. The transaction fails with an error code, and I am unable to determine the root cause. I have included relevant code snippets and transaction details below for further investigation.
I am experiencing an issue when trying to send tokens using the TON blockchain. The transaction fails with an error code, and I am unable to determine the root cause. I have included relevant code snippets and transaction details below for further investigation.
import "@stdlib/ownable";
import "@stdlib/deploy";
message TransferRequest {
amount: Int as uint256;
toaddress: Address;
}
message Transfer {
to: Address;
amount: Int as uint256;
}
contract MyContract with Deployable {
jettonTokenAddress: Address;
}
The text was updated successfully, but these errors were encountered: