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
i am finding a way to check a t-address format , like the method in btcrpcclient "ValidateAddress(address)bool"
i found it in zcashrpcclent too,but the method seem not work.
error: btcutil.DecodeAddress error: decoded address is of unknown size
thx .
The text was updated successfully, but these errors were encountered:
and i have another question , how can i get the tx-id from a opid ?
now i use ZGetOperationResult() to return all opids information , and foreach then to get the right txid. is thid the only way i can get the tx-id ?
Sorry, something went wrong.
No branches or pull requests
i am finding a way to check a t-address format , like the method in btcrpcclient "ValidateAddress(address)bool"
i found it in zcashrpcclent too,but the method seem not work.
error: btcutil.DecodeAddress error: decoded address is of unknown size
thx .
The text was updated successfully, but these errors were encountered: