Skip to content

Commit

Permalink
Link Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ACStone-MTS committed Nov 1, 2023
1 parent 9396692 commit 3ad8102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/casper/developers/dapps/uref-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: URef Access Rights

## Understanding Access Rights

An [Unforgeable Reference](/design/casper-design/#uref-head) or **URef** is a key type used for storage on a Casper network. They can store any value other than `Account` and exist as a top-level entity. As such, no individual account may *own* a URef, they can only hold the necessary `AccessRights` to interact with a given URef.
An [Unforgeable Reference](/concepts/design/casper-design/#uref-head) or **URef** is a key type used for storage on a Casper network. They can store any value other than `Account` and exist as a top-level entity. As such, no individual account may *own* a URef, they can only hold the necessary `AccessRights` to interact with a given URef.

[`AccessRights`](/concepts/serialization-standard/#clvalue-uref) determine how an entity on a Casper network may interact with a URef. They appear as a single byte suffix after the concatenation of te URef's address. As an example, the following is an example of a URef with no associated access rights:

Expand Down

0 comments on commit 3ad8102

Please sign in to comment.