Enumeration UrefAccess

Enum representing the access permissions of a URef. These permissions define the allowed actions on the URef, such as read, write, or add.

Enumeration Members

Add: 3
AddWrite: 6
None: 0
Read: 1
ReadAdd: 5
ReadAddWrite: 7
ReadWrite: 4
Write: 2

Generated using TypeDoc