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
verbosity=2
For zcashd compatibility. In verbose=2 mode, the transactions details should be returned instead of transaction hashes.
https://github.com/zcash/zcash/blob/99ad6fdc3a549ab510422820eea5e5ce9f60a5fd/src/rpc/blockchain.cpp#L797-L799
Can probably be done by calling getrawtransaction to reuse its logic.
No response
The text was updated successfully, but these errors were encountered:
verbose=2
No branches or pull requests
Motivation
For zcashd compatibility. In verbose=2 mode, the transactions details should be returned instead of transaction hashes.
Specifications
https://github.com/zcash/zcash/blob/99ad6fdc3a549ab510422820eea5e5ce9f60a5fd/src/rpc/blockchain.cpp#L797-L799
Complex Code or Requirements
Can probably be done by calling getrawtransaction to reuse its logic.
Testing
No response
Related Work
No response
The text was updated successfully, but these errors were encountered: