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

#include <asset_ops.hpp>

Public Attributes

fc::optional< uint8_t > new_precision
 
fc::optional< bool > skip_core_exchange_rate
 

Detailed Description

Definition at line 353 of file asset_ops.hpp.

Member Data Documentation

◆ new_precision

fc::optional<uint8_t> graphene::protocol::asset_update_operation::ext::new_precision

After BSIP48, the precision of an asset can be updated if no supply is available

Note
The parties involved still need to be careful

Definition at line 357 of file asset_ops.hpp.

◆ skip_core_exchange_rate

fc::optional<bool> graphene::protocol::asset_update_operation::ext::skip_core_exchange_rate

After BSIP48, if this option is set to true, the asset's core_exchange_rate won't be updated. This is especially useful for committee-owned bitassets which can not be updated quickly.

Definition at line 360 of file asset_ops.hpp.


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