COOPENOMICS
v1
Кооперативная Экономика
|
#include <eosio.boot.hpp>
Открытые атрибуты | |
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.
permission_level eosioboot::permission_level_weight::permission |
uint16_t eosioboot::permission_level_weight::weight |