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

#include <asset_ops.hpp>

Public Attributes

fc::optional< uint16_t > reward_percent
 
fc::optional< flat_set< account_id_type > > whitelist_market_fee_sharing
 
fc::optional< uint16_t > taker_fee_percent
 

Detailed Description

Definition at line 31 of file asset_ops.hpp.

Member Data Documentation

◆ reward_percent

fc::optional<uint16_t> graphene::protocol::additional_asset_options::reward_percent

Definition at line 33 of file asset_ops.hpp.

◆ taker_fee_percent

fc::optional<uint16_t> graphene::protocol::additional_asset_options::taker_fee_percent

Definition at line 36 of file asset_ops.hpp.

◆ whitelist_market_fee_sharing

fc::optional<flat_set<account_id_type> > graphene::protocol::additional_asset_options::whitelist_market_fee_sharing

Definition at line 34 of file asset_ops.hpp.


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