#include <authority.hpp>
Definition at line 165 of file authority.hpp.
◆ authority() [1/4]
Definition at line 166 of file authority.hpp.
168 {
169 if( delay_sec > 0 ) {
171 waits.push_back(wait_weight{delay_sec, 1});
172 }
173 }
vector< wait_weight > waits
vector< key_weight > keys
◆ authority() [2/4]
Definition at line 175 of file authority.hpp.
177 {
178 if( delay_sec > 0 ) {
180 waits.push_back(wait_weight{delay_sec, 1});
181 }
182 }
vector< permission_level_weight > accounts
◆ authority() [3/4]
Definition at line 184 of file authority.hpp.
184 {}, vector<wait_weight> w = {} )
◆ authority() [4/4]
sysio::chain::authority::authority |
( |
| ) |
|
|
inline |
◆ operator!=
Definition at line 197 of file authority.hpp.
197 {
198 return tie( lhs.threshold, lhs.keys, lhs.accounts, lhs.waits ) != tie( rhs.threshold, rhs.keys, rhs.accounts, rhs.waits );
199 }
◆ operator==
Definition at line 193 of file authority.hpp.
193 {
194 return tie( lhs.threshold, lhs.keys, lhs.accounts, lhs.waits ) == tie( rhs.threshold, rhs.keys, rhs.accounts, rhs.waits );
195 }
◆ accounts
◆ keys
◆ threshold
uint32_t sysio::chain::authority::threshold = 0 |
◆ waits
The documentation for this struct was generated from the following file: