post
https://api.shasta.trongrid.io/wallet/updateasset
修改 TRC10 通证基本信息.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
返回值
Transaction对象 - JSON object:未签名的交易,包含的字段请参考交易章节,由于交易类型为UpdateAssetContract,所以交易中的raw_data.contract[0].parameter.value中包含的字段如下:
| 字段 | 类型 | 描述 |
|---|---|---|
| owner_address | string | 账户地址 |
| description | string | 通证的描述 |
| url | string | 通证的网址的Url |
| new_limit | int64 | 每个调用者可以消耗Bandwidth point的限制 |
| new_public_limit | int64 | 所有调用者可以消耗Bandwidth points的限制 |