UpdateAsset

修改 TRC10 通证基本信息.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

返回值

Transaction对象 - JSON object:未签名的交易,包含的字段请参考交易章节,由于交易类型为UpdateAssetContract,所以交易中的raw_data.contract[0].parameter.value中包含的字段如下:

字段类型描述
owner_addressstring账户地址
descriptionstring通证的描述
urlstring通证的网址的Url
new_limitint64每个调用者可以消耗Bandwidth point的限制
new_public_limitint64所有调用者可以消耗Bandwidth points的限制
Body Params
string
required

通证发行人的地址, HEX 格式或 Base58check 格式。例如:`TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g``

string
required

通证的描述, HEX 格式或 UTF8 字符串

string
required

通证的官方网站, HEX 格式或 UTF8 字符串

int64
required

为每个调用者设置的新的免费带宽限制。

int64
required

为所有调用者设置的新的免费带宽总限制。

boolean
Defaults to true

设置为 true 则地址将以 Base58 格式显示;设置为 false 则以 Hex 格式显示。(默认值: false)

int32

用于多重签名的权限 ID。

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json