Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::resource_limits::resource_limits_object Struct Reference

#include <resource_limits_private.hpp>

Inheritance diagram for sysio::chain::resource_limits::resource_limits_object:
Collaboration diagram for sysio::chain::resource_limits::resource_limits_object:

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
 

Detailed Description

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.

Member Data Documentation

◆ cpu_weight

int64_t sysio::chain::resource_limits::resource_limits_object::cpu_weight = -1

Definition at line 206 of file resource_limits_private.hpp.

◆ id

id_type sysio::chain::resource_limits::resource_limits_object::id

Definition at line 201 of file resource_limits_private.hpp.

◆ net_weight

int64_t sysio::chain::resource_limits::resource_limits_object::net_weight = -1

Definition at line 205 of file resource_limits_private.hpp.

◆ owner

account_name sysio::chain::resource_limits::resource_limits_object::owner

Definition at line 202 of file resource_limits_private.hpp.

◆ pending

bool sysio::chain::resource_limits::resource_limits_object::pending = false

Definition at line 203 of file resource_limits_private.hpp.

◆ ram_bytes

int64_t sysio::chain::resource_limits::resource_limits_object::ram_bytes = -1

Definition at line 207 of file resource_limits_private.hpp.


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