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
Is it possible to use Pointer as a pure counter? I don't need to point at anything, but pointer target is not optional.
The text was updated successfully, but these errors were encountered:
You can put what you like in the target (it's just [u8; 32]) or use the built in counter if you just want to increment it.
[u8; 32]
Sorry, something went wrong.
The problem is I cannot put nothing there :-)
Then put something, just dummy bytes. It's a pointer so you have to provide a target, but it doesn't have to point at anything.
No branches or pull requests
Is it possible to use Pointer as a pure counter? I don't need to point at anything, but pointer target is not optional.
The text was updated successfully, but these errors were encountered: