Scorum
|
#include <witness_objects.hpp>
Public Attributes | |
id_type | id |
account_name_type | account |
bandwidth_type | type |
share_type | average_bandwidth |
share_type | lifetime_bandwidth |
time_point_sec | last_bandwidth_update |
Definition at line 29 of file witness_objects.hpp.
account_name_type scorum::witness::account_bandwidth_object::account |
Definition at line 36 of file witness_objects.hpp.
share_type scorum::witness::account_bandwidth_object::average_bandwidth |
Definition at line 38 of file witness_objects.hpp.
id_type scorum::witness::account_bandwidth_object::id |
Definition at line 34 of file witness_objects.hpp.
time_point_sec scorum::witness::account_bandwidth_object::last_bandwidth_update |
Definition at line 40 of file witness_objects.hpp.
share_type scorum::witness::account_bandwidth_object::lifetime_bandwidth |
Definition at line 39 of file witness_objects.hpp.
bandwidth_type scorum::witness::account_bandwidth_object::type |
Definition at line 37 of file witness_objects.hpp.