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

#include <limit_auth_changes.hpp>

Collaboration diagram for sysiosystem::limit_auth_change:

Public Member Functions

uint64_t primary_key () const
 

Public Attributes

uint8_t version = 0
 
name account
 
std::vector< nameallow_perms
 
std::vector< namedisallow_perms
 

Detailed Description

Definition at line 8 of file limit_auth_changes.hpp.

Member Function Documentation

◆ primary_key()

uint64_t sysiosystem::limit_auth_change::primary_key ( ) const
inline

Definition at line 14 of file limit_auth_changes.hpp.

14{ return account.value; }

Member Data Documentation

◆ account

name sysiosystem::limit_auth_change::account

Definition at line 10 of file limit_auth_changes.hpp.

◆ allow_perms

std::vector<name> sysiosystem::limit_auth_change::allow_perms

Definition at line 11 of file limit_auth_changes.hpp.

◆ disallow_perms

std::vector<name> sysiosystem::limit_auth_change::disallow_perms

Definition at line 12 of file limit_auth_changes.hpp.

◆ version

uint8_t sysiosystem::limit_auth_change::version = 0

Definition at line 9 of file limit_auth_changes.hpp.


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