Skip to content

Commit e8ea09b

Browse files
authored
Update 02_records.md
Signed-off-by: Quyen Duc Ngo <quyenducngo@gmail.com>
1 parent b3987d0 commit e8ea09b

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)