ProposalCreate
Creates a proposal transaction.
Body params:
owner_address- Address of the transaction creatorparameters- Proposal parameterspermission_id- Optional, for multi-signature usevisible- Optional.Whehter the address is in base58 format.
Request
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
}
'Response
{
"Error": "class java.lang.NullPointerException : null"
}Last updated