IsShieldedTrc20ContractNoteSpent
Parameters
Returns
curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/walletsolidity/isshieldedtrc20contractnotespent \
-X POST \
-H "Content-Type: application/json" \
-d '{
"ak": "ADDRESS_KEY",
"nk": "NOTE_KEY",
"position": "POSITION",
"shielded_TRC20_contract_address": "CONTRACT_ADDRESS"
}
''Last updated
Was this helpful?