Enum AccessRights
Access Rights associated with an URef address.
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public enum AccessRights : byte
Fields
Name | Description |
---|---|
ADD | Permission to add to the value under the associated URef. |
ADD_WRITE | Permission to add to, or write the value under the associated URef. |
NONE | No permissions |
READ | Permission to read the value under the associated URef. |
READ_ADD | Permission to read or add to the value under the associated URef. |
READ_ADD_WRITE | Permission to read, add to, or write the value under the associated URef. |
READ_WRITE | Permission to read or write the value under the associated URef. |
WRITE | Permission to write a value under the associated URef. |