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
There is a new transaction we'd like to support in the Ledger devices: setting the neuron visibility.
Neuron visibility is a manage_neuron call which can set the neuron on private or public mode.
manage_neuron
The transaction should fail if the visibility is set to 0, which is "Unspecified". I added a test vector for it.
Test vectors: set-neuron-visibility.json.txt
Script to create the test vectors.
Thanks!
🔗 zboto Link
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a new transaction we'd like to support in the Ledger devices: setting the neuron visibility.
Neuron visibility is a
manage_neuron
call which can set the neuron on private or public mode.The transaction should fail if the visibility is set to 0, which is "Unspecified". I added a test vector for it.
Test vectors: set-neuron-visibility.json.txt
Script to create the test vectors.
Thanks!
🔗 zboto Link
The text was updated successfully, but these errors were encountered: