BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::protocol::buyback_account_options Struct Reference

#include <buyback.hpp>

Public Attributes

asset_id_type asset_to_buy
 
account_id_type asset_to_buy_issuer
 
flat_set< asset_id_type > markets
 

Detailed Description

Definition at line 30 of file buyback.hpp.

Member Data Documentation

◆ asset_to_buy

asset_id_type graphene::protocol::buyback_account_options::asset_to_buy

The asset to buy.

Definition at line 35 of file buyback.hpp.

◆ asset_to_buy_issuer

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.

◆ markets

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.


The documentation for this struct was generated from the following file: