对参数设置的初步设想:
与BITCNY一样,但做以下两点改动:
1.喂价有效期改为1小时。
2.强制清算补偿设为2%。
欢迎吐槽。
usage: ISSUER SYMBOL PRECISION_DIGITS OPTIONS BITASSET_OPTIONS BROADCAST
PRECISION_DIGITS: the number of digits after the decimal point
Example value of OPTIONS:
{
"max_supply": "1000000000000000",
"market_fee_percent": 0,
"max_market_fee": "1000000000000000",
"issuer_permissions": 79,
"flags": 0,
"core_exchange_rate": {
"base": {
"amount": 0,
"asset_id": "1.3.0"
},
"quote": {
"amount": 0,
"asset_id": "1.3.0"
}
},
"whitelist_authorities": [],
"blacklist_authorities": [],
"whitelist_markets": [],
"blacklist_markets": [],
"description": "",
"extensions": []
}
Example value of BITASSET_OPTIONS:
{
"feed_lifetime_sec": 3600,
"minimum_feeds": 1,
"force_settlement_delay_sec": 86400,
"force_settlement_offset_percent": 2,
"maximum_force_settlement_volume": 200,
"short_backing_asset": "1.3.0",
"extensions": []
}
BITASSET_OPTIONS may be null