Wire Sysio Wire Sysion 1.0.0
|
#include <sysio.system.hpp>
Public Attributes | |
std::optional< int64_t > | current_weight_ratio |
std::optional< int64_t > | target_weight_ratio |
std::optional< int64_t > | assumed_stake_weight |
std::optional< time_point_sec > | target_timestamp |
std::optional< double > | exponent |
std::optional< uint32_t > | decay_secs |
std::optional< asset > | min_price |
std::optional< asset > | max_price |
Definition at line 548 of file sysio.system.hpp.
std::optional<int64_t> sysiosystem::powerup_config_resource::assumed_stake_weight |
Definition at line 556 of file sysio.system.hpp.
std::optional<int64_t> sysiosystem::powerup_config_resource::current_weight_ratio |
Definition at line 549 of file sysio.system.hpp.
std::optional<uint32_t> sysiosystem::powerup_config_resource::decay_secs |
Definition at line 568 of file sysio.system.hpp.
std::optional<double> sysiosystem::powerup_config_resource::exponent |
Definition at line 566 of file sysio.system.hpp.
std::optional<asset> sysiosystem::powerup_config_resource::max_price |
Definition at line 576 of file sysio.system.hpp.
std::optional<asset> sysiosystem::powerup_config_resource::min_price |
Definition at line 572 of file sysio.system.hpp.
std::optional<time_point_sec> sysiosystem::powerup_config_resource::target_timestamp |
Definition at line 562 of file sysio.system.hpp.
std::optional<int64_t> sysiosystem::powerup_config_resource::target_weight_ratio |
Definition at line 554 of file sysio.system.hpp.