Currently, a buyback account can be created using an account_create operation with an extension like this:
"buyback_options": {
"asset_to_buy": "1.3.330",
"asset_to_buy_issuer": "1.2.3563",
"markets": ["1.3.329"]},
Problems are
- This extension requires the
owner and active to be the null-account
- If you want max usability, you want to be able to buy back
X with assets A, B, ... which is possible already, but the operation fails to pay for the fee because BTS/TEST are not part of markets. If it was, the core asset would be used to buy back X.
Proposal: Allow transfers of CORE to a special account to pay for the order creation fee IFF CORE is not listed in markets.
Discuss!
Currently, a buyback account can be created using an
account_createoperation with anextensionlike this:Problems are
ownerandactiveto be thenull-accountXwith assetsA,B, ... which is possible already, but the operation fails to pay for the fee becauseBTS/TESTare not part ofmarkets. If it was, the core asset would be used to buy backX.Proposal: Allow transfers of
COREto a special account to pay for the order creation fee IFFCOREis not listed inmarkets.Discuss!