Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::snapshot_permission_object Struct Reference

#include <permission_object.hpp>

Collaboration diagram for sysio::chain::snapshot_permission_object:

Public Attributes

permission_name parent
 parent permission
 
account_name owner
 the account this permission belongs to
 
permission_name name
 human-readable name for the permission
 
time_point last_updated
 the last time this authority was updated
 
time_point last_used
 when this permission was last used
 
authority auth
 authority required to execute this permission
 

Detailed Description

special cased to abstract the foreign keys for usage and the optimization of using OID for the parent

Definition at line 73 of file permission_object.hpp.

Member Data Documentation

◆ auth

authority sysio::chain::snapshot_permission_object::auth

Definition at line 79 of file permission_object.hpp.

◆ last_updated

time_point sysio::chain::snapshot_permission_object::last_updated

Definition at line 77 of file permission_object.hpp.

◆ last_used

time_point sysio::chain::snapshot_permission_object::last_used

Definition at line 78 of file permission_object.hpp.

◆ name

permission_name sysio::chain::snapshot_permission_object::name

Definition at line 76 of file permission_object.hpp.

◆ owner

account_name sysio::chain::snapshot_permission_object::owner

Definition at line 75 of file permission_object.hpp.

◆ parent

permission_name sysio::chain::snapshot_permission_object::parent

Definition at line 74 of file permission_object.hpp.


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