Packed representation of a permission level (Authorization)
Summary
Members | Descriptions |
---|---|
public account_name actor | Name of the account who owns this permission. |
public permission_name permission | Name of the permission. |
public inline permission_level ( account_name a, permission_name p) | Construct a new permission level object. |
public inline permission_level () | Construct a new permission level object. |
Members
Name of the account who owns this permission.
Name of the permission
Construct a new permission level object with actor name and permission name
Parameters
a
- Name of the account who owns this authorizationp
- Name of the permission
Construct a new permission level object. (Default Constructor)