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
All of the zen-cli help $command messages should include examples for zen-cli as well as for curl.
zen-cli help $command
Compare e.g.
$zen-cli help getrawtransaction [...] Examples: > zen-cli getrawtransaction "mytxid" > zen-cli getrawtransaction "mytxid" 1 > curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getrawtransaction", "params": ["mytxid", 1] }' -H 'content-type: text/plain;' http://127.0.0.1:8231/
with
$zen-cli help getscinfo [...] Examples > zen-cli getscinfo "1a3e7ccbfd40c4e2304c3215f76d204e4de63c578ad835510f580d529516a874" > zen-cli getscinfo "*" true false 2 10 > zen-cli getscinfo "*"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All of the
zen-cli help $command
messages should include examples for zen-cli as well as for curl.Compare e.g.
with
The text was updated successfully, but these errors were encountered: