Wire Sysio Wire Sysion 1.0.0
|
#include <resource_limits_private.hpp>
Public Attributes | |
id_type | id |
account_name | owner |
bool | pending = false |
int64_t | net_weight = -1 |
int64_t | cpu_weight = -1 |
int64_t | ram_bytes = -1 |
Additional Inherited Members | |
Public Types inherited from chainbase::object< resource_limits_object_type, resource_limits_object > | |
typedef oid< resource_limits_object > | id_type |
Static Public Attributes inherited from chainbase::object< resource_limits_object_type, resource_limits_object > | |
static const uint16_t | type_id |
Every account that authorizes a transaction is billed for the full size of that transaction. This object tracks the average usage of that account.
Definition at line 197 of file resource_limits_private.hpp.
int64_t sysio::chain::resource_limits::resource_limits_object::cpu_weight = -1 |
Definition at line 206 of file resource_limits_private.hpp.
id_type sysio::chain::resource_limits::resource_limits_object::id |
Definition at line 201 of file resource_limits_private.hpp.
int64_t sysio::chain::resource_limits::resource_limits_object::net_weight = -1 |
Definition at line 205 of file resource_limits_private.hpp.
account_name sysio::chain::resource_limits::resource_limits_object::owner |
Definition at line 202 of file resource_limits_private.hpp.
bool sysio::chain::resource_limits::resource_limits_object::pending = false |
Definition at line 203 of file resource_limits_private.hpp.
int64_t sysio::chain::resource_limits::resource_limits_object::ram_bytes = -1 |
Definition at line 207 of file resource_limits_private.hpp.