These docs are for v1.3.0. Click to read the latest docs for v1.6.

permission_level (struct)

Packed representation of a permission level (Authorization)

Summary

MembersDescriptions
public account_name actorName of the account who owns this permission.
public permission_name permissionName 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 authorization
  • p - Name of the permission

public inline permission_level()

Construct a new permission level object. (Default Constructor)