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

#include <sysio.system.hpp>

Collaboration diagram for sysiosystem::powerup_state:

Public Member Functions

uint64_t primary_key () const
 

Public Attributes

uint8_t version = 0
 
powerup_state_resource net = {}
 
powerup_state_resource cpu = {}
 
uint32_t powerup_days = default_powerup_days
 
asset min_powerup_fee = {}
 

Static Public Attributes

static constexpr uint32_t default_powerup_days = 30
 

Detailed Description

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

Member Function Documentation

◆ primary_key()

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

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

642{ return 0; }

Member Data Documentation

◆ cpu

powerup_state_resource sysiosystem::powerup_state::cpu = {}

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

638{}; // CPU market state

◆ default_powerup_days

uint32_t sysiosystem::powerup_state::default_powerup_days = 30
staticconstexpr

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

◆ min_powerup_fee

asset sysiosystem::powerup_state::min_powerup_fee = {}

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

640{}; // fees below this amount are rejected

◆ net

powerup_state_resource sysiosystem::powerup_state::net = {}

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

637{}; // NET market state

◆ powerup_days

uint32_t sysiosystem::powerup_state::powerup_days = default_powerup_days

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

◆ version

uint8_t sysiosystem::powerup_state::version = 0

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


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