GetTriggerInputForShieldedTrc20Contract

Refer doc: https://github.com/tronprotocol/documentation-en/blob/master/docs/mechanism-algorithm/shielded-TRC20-contract.md.

Request

curl --request POST \
     --url https://tron.api.watchdata.io/wallet/gettriggerinputforshieldedtrc20contract \
     --header 'Accept: application/json'

Response

{
  "Error": "class org.tron.core.services.http.JsonFormat$ParseException : 1:1: Expected \"{\"."
}

Last updated