curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getmerkletreevoucherinfo \
--header 'Content-Type: application/json' \
--data '{
"output_point": "030c8c2bc59fb3eb8c12157b4d7ddd4b2d6cf2c5b3f1a2c3d4e5f6071819202122",
"ak": "1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b",
"nk": "9f8e7d6c5b4a39281706f5e4d3c2b1a09f8e7d6c5b4a39281706f5e4d3c2b1a0",
"position": 12345
}'
{
"voucher_info": {},
"paths": [
"<string>"
],
"anchors": [
"<string>"
],
"rt": "<string>",
"output_point_info": {}
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getmerkletreevoucherinfo \
--header 'Content-Type: application/json' \
--data '{
"output_point": "030c8c2bc59fb3eb8c12157b4d7ddd4b2d6cf2c5b3f1a2c3d4e5f6071819202122",
"ak": "1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b",
"nk": "9f8e7d6c5b4a39281706f5e4d3c2b1a09f8e7d6c5b4a39281706f5e4d3c2b1a0",
"position": 12345
}'
{
"voucher_info": {},
"paths": [
"<string>"
],
"anchors": [
"<string>"
],
"rt": "<string>",
"output_point_info": {}
}
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 treevoucher_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 pointwallet/getmerkletreevoucherinfo
method is used for:
Merkle tree voucher information
The response is of type object
.