Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysiosystem::delegated_bandwidth Struct Reference

#include <sysio.system.hpp>

Collaboration diagram for sysiosystem::delegated_bandwidth:

Public Member Functions

bool is_empty () const
 
uint64_t primary_key () const
 

Public Attributes

name from
 
name to
 
asset net_weight
 
asset cpu_weight
 

Detailed Description

Definition at line 355 of file sysio.system.hpp.

Member Function Documentation

◆ is_empty()

bool sysiosystem::delegated_bandwidth::is_empty ( ) const
inline

Definition at line 361 of file sysio.system.hpp.

361{ return net_weight.amount == 0 && cpu_weight.amount == 0; }

◆ primary_key()

uint64_t sysiosystem::delegated_bandwidth::primary_key ( ) const
inline

Definition at line 362 of file sysio.system.hpp.

362{ return to.value; }

Member Data Documentation

◆ cpu_weight

asset sysiosystem::delegated_bandwidth::cpu_weight

Definition at line 359 of file sysio.system.hpp.

◆ from

name sysiosystem::delegated_bandwidth::from

Definition at line 356 of file sysio.system.hpp.

◆ net_weight

asset sysiosystem::delegated_bandwidth::net_weight

Definition at line 358 of file sysio.system.hpp.

◆ to

name sysiosystem::delegated_bandwidth::to

Definition at line 357 of file sysio.system.hpp.


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