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

#include <authority.hpp>

Public Attributes

uint32_t wait_sec
 
weight_type weight
 

Friends

bool operator== (const wait_weight &lhs, const wait_weight &rhs)
 

Detailed Description

Definition at line 139 of file authority.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const wait_weight & lhs,
const wait_weight & rhs )
friend

Definition at line 143 of file authority.hpp.

143 {
144 return tie( lhs.wait_sec, lhs.weight ) == tie( rhs.wait_sec, rhs.weight );
145 }

Member Data Documentation

◆ wait_sec

uint32_t sysio::chain::wait_weight::wait_sec

Definition at line 140 of file authority.hpp.

◆ weight

weight_type sysio::chain::wait_weight::weight

Definition at line 141 of file authority.hpp.


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