-
Notifications
You must be signed in to change notification settings - Fork 60
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
Feature Request: Pass transaction by string #126
Comments
Sure, that would be great. Can you show me how it looks like when used through |
Here is an example of the voteproducer action: cleos --url https://mainnet.eos.dfuse.io push transaction '{ |
Perfect, thanks. We are looking into it. |
The feature is heuristics based, if the first argument is an existing file, it is used right away. Otherwise, if it looks like a JSON string (really basic checks enough to avoid ambiguity with a plain filename), then the input is considered a JSON transaction. Otherwise, an error is thrown. Fixes #126
It would be nice to be able to pass a transaction by string (similar to what cleos supports) instead of filename. This would allow tools such as EOS Inbox to allow a user to copy the full eosc tx sign command with a transaction string.
The text was updated successfully, but these errors were encountered: