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

#include <native.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 71 of file native.hpp.

Member Data Documentation

◆ accounts

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

Definition at line 74 of file native.hpp.

◆ keys

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

Definition at line 73 of file native.hpp.

◆ threshold

uint32_t sysiosystem::authority::threshold = 0

Definition at line 72 of file native.hpp.

◆ waits

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

Definition at line 75 of file native.hpp.


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