Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysioboot::authority Struct Reference

#include <sysio.boot.hpp>

Public Attributes

uint32_t threshold = 0
 
std::vector< key_weightkeys
 
std::vector< permission_level_weightaccounts
 
std::vector< wait_weightwaits
 

Detailed Description

Blockchain authority.

An authority is defined by:

  • a vector of key_weights (a key_weight is a public key plus a weight),
  • a vector of permission_level_weights, (a permission_level is an account name plus a permission name)
  • a vector of wait_weights (a wait_weight is defined by a number of seconds to wait and a weight)
  • a threshold value

Definition at line 67 of file sysio.boot.hpp.

Member Data Documentation

◆ accounts

std::vector<permission_level_weight> sysioboot::authority::accounts

Definition at line 70 of file sysio.boot.hpp.

◆ keys

std::vector<key_weight> sysioboot::authority::keys

Definition at line 69 of file sysio.boot.hpp.

◆ threshold

uint32_t sysioboot::authority::threshold = 0

Definition at line 68 of file sysio.boot.hpp.

◆ waits

std::vector<wait_weight> sysioboot::authority::waits

Definition at line 71 of file sysio.boot.hpp.


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