BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <asset_ops.hpp>
Public Attributes | |
fc::optional< uint8_t > | new_precision |
fc::optional< bool > | skip_core_exchange_rate |
Definition at line 353 of file asset_ops.hpp.
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
Definition at line 357 of file asset_ops.hpp.
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.