post https://api.shasta.trongrid.io/wallet/createassetissue
发行 TRC10 通证.
返回值
Transaction对象 - JSON object:未签名的交易,包含的字段请参考交易章节,由于交易类型为AssetIssueContract
,所以交易中的raw_data.contract[0].parameter.value
中包含的字段如下:
字段 | 类型 | 描述 |
---|---|---|
owner_address | string | 发行者地址 |
name | string | token 名称 |
abbr | string | 通证缩写 |
total_supply | int64 | 通证发行总量 |
frozen_supply | FrozenSupply[] | 通证发行者发行的时候指定冻结的通证数 |
trx_num | int32 | 通证和 TRX 的最小单位兑换比,trx_num/num即为通证价格 |
num | int32 | trx_num/num即为通证价格 |
precision | int32 | 通证的精度 |
start_time | int64 | 通证发行开始时间 |
end_time | int64 | 通证发行结束时间 |
description | string | 通证描述 |
url | string | 通证的官方网站地址 |
free_asset_net_limit | int64 | 通证的总免费带宽 |
public_free_asset_net_limit | int64 | 每个通证拥有者能使用的免费带宽数 |
public_free_asset_net_usage | int64 | 通证拥有者已使用的通证免费带宽总数 |
public_latest_free_net_time | int64 | 最近一次消耗通证免费带宽的时间戳 |