Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
owner_address
— the Super Representative address approving the proposal. Must be in base58 or hex format.proposal_id
— the ID of the proposal to approve.is_add_approval
— boolean indicating whether to approve (true) or remove approval (false).visible
— optional boolean parameter. When set totrue
, the address should be in base58 format. Default isfalse
.
Response
txID
— the transaction hash of the approval actionraw_data
— the raw transaction dataraw_data_hex
— the raw transaction data in hex formatsignature
— array of transaction signatures
Use case
Thewallet/proposalapprove
method is used for:
- Approving governance proposals by Super Representatives
- Participating in the proposal voting process
- Supporting or rejecting proposed network parameter changes
- Managing proposal approval status in governance workflows
Body
application/json