|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <buyback.hpp>
Public Attributes | |
| asset_id_type | asset_to_buy |
| account_id_type | asset_to_buy_issuer |
| flat_set< asset_id_type > | markets |
Definition at line 30 of file buyback.hpp.
| asset_id_type graphene::protocol::buyback_account_options::asset_to_buy |
The asset to buy.
Definition at line 35 of file buyback.hpp.
| account_id_type graphene::protocol::buyback_account_options::asset_to_buy_issuer |
Issuer of the asset. Must sign the transaction, must match issuer of specified asset.
Definition at line 41 of file buyback.hpp.
| flat_set< asset_id_type > graphene::protocol::buyback_account_options::markets |
What assets the account is willing to buy with. Other assets will just sit there since the account has null authority.
Definition at line 47 of file buyback.hpp.
1.8.17