ProposalCreate
Creates a proposal transaction.
curl --request POST \
--url https://tron.api.watchdata.io/wallet/proposalcreate \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"owner_address": "string",
"parameters": "string",
"permission_id": 0,
"visible": true
}
'Last updated