-
Notifications
You must be signed in to change notification settings - Fork 28
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
CEP78 / Add Batch Actions #75
Comments
users can do whatever "batching" they want in their session code which calls the contract instance; the contract itself does not need an entry point to support this and the added complexity is strictly unnecessary. |
what i suggest is, add an example of session code in the "client" subfolder which demonstrates this. |
Do we need batch functionality in CEP78 or is this handled via CEP85? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add support for batch actions (e.g. batch mint; batch transfer; etc).
The text was updated successfully, but these errors were encountered: