⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/proposalapprove

dropdown

方法 REST /wallet/proposalapprove 例如 Tron (TRX)

POST /wallet/proposalapprove

Method not allowed

批准提议的交易。

Parameters

owner_address -

细绳

批准者地址

proposal_id -

享受

提案ID

is_add_approval -

布尔

是否批准

permission_id -

享受

可选,用于多签名

visible -

布尔

可选。当地址为base58格式时。

Request

curl --location --request POST 'https://trx.getblock.io/wallet/proposalapprove' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}