| 
    Wire Sysio Wire Sysion 1.0.0
    
   | 
 
#include <sysio.boot.hpp>

Public Attributes | |
| permission_level | permission | 
| uint16_t | weight | 
A weighted permission.
Defines a weighted permission, that is a permission which has a weight associated. A permission is defined by an account name plus a permission name. The weight is going to be used against a threshold, if the weight is equal or greater than the threshold set then authorization will pass.
Definition at line 24 of file sysio.boot.hpp.
| permission_level sysioboot::permission_level_weight::permission | 
Definition at line 25 of file sysio.boot.hpp.
| uint16_t sysioboot::permission_level_weight::weight | 
Definition at line 26 of file sysio.boot.hpp.