Skip to content

Commit 590dcb2

Browse files
authored
Merge pull request #426 from quyenducngo/patch-7
Update records copy
2 parents 34adf1b + e8ea09b commit 590dcb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/concepts/02_records.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ sidebar_label: Records
88
A **record** is a fundamental data structure for encoding user assets and application state.
99

1010
Each account record contains information that specifies the record owner, its stored value, and its application state.
11-
Records in Aleo are consumed and newly created from a [transition](04_transitions.md) function. A [transaction](03_transactions.md) will store multiple transitions, each of which is responsible for the consumption and creation of its individual records.
12-
Optionally, if the `visibility` of an entry in the record is `private`, it is be encrypted using the owner's address secret key.
11+
Records in Aleo are consumed and newly created from a [transition](04_transitions.md) function. A [transaction](03_transactions.md) consists of multiple transitions, If the `visibility` of the record is `private`, it is normally encrypted using the owner’s address secret key, to enable privacy in the application.
1312

1413
## Components of a Record
1514

0 commit comments

Comments
 (0)