UpdateBrokerage
Update the witness's brokerage setting.
curl --request POST \
--url https://tron.api.watchdata.io/wallet/updateBrokerage \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"owner_address": "414A193C92CD631C1911B99CA964DA8FD342F4CDDD",
"brokerage": 0,
"visible": true
}
'{
"Error": "class java.lang.NullPointerException : null"
}Last updated