-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
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
Custom operation with pybitshares #308
Comments
Hi @xeroc |
The |
FWIW about documentation, there was some info in bitshares/bitshares-core#1926, and I just added more. I don't think it's very detailed though, but it is what we have now. |
Thanks for the docs. I found that in the C++ codebase as well. The problem for pybitshares is that we have no way of querying the multiindex containers directly. And the objects in For this plugin to become more powerful we'd need an API so we can query from external. |
To find data, the
|
|
Hi @xeroc ,
So, just wanted to use the blockchain as DB and wanted to store custom user data like email, bio...
After some finding I found custom operation plugin but don't have any direction, How to use it?
I looked into the JS library but that also not support the custom operations.
Does this library supports the custom operations?
The text was updated successfully, but these errors were encountered: