Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
output_point— the output point for the merkle tree voucherak— the authentication key for the vouchernk— the nullifier key for the voucherposition— position in the merkle tree
Response
Returns merkle tree voucher information containing:voucher_info— the voucher information objectpaths— array of merkle tree path elements for cryptographic verificationanchors— array of anchor values for the merkle treert— merkle tree rootoutput_point_info— detailed information about the output point
Use case
Thewallet/getmerkletreevoucherinfo method is used for:
- Generating cryptographic proofs for shielded transactions in TRON privacy features.
- Verifying transaction authenticity using merkle tree structures.
- Building privacy-preserving applications that require zero-knowledge proofs.
- Implementing advanced cryptographic verification systems on TRON network.