We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SendDefaultMode
0
SendParameters
Currently we have it defined as follows because of some issue with default fields and constants:
struct SendParameters { bounce: Bool = true; to: Address; value: Int; mode: Int = 0; // <---- should be SendDefaultMode body: Cell? = null; code: Cell? = null; data: Cell? = null; }
I think that issue has been solved already.
The text was updated successfully, but these errors were encountered:
i582
No branches or pull requests
Currently we have it defined as follows because of some issue with default fields and constants:
I think that issue has been solved already.
The text was updated successfully, but these errors were encountered: