Skip to content

Commit

Permalink
Make small edits to FastX overview (MystenLabs#524)
Browse files Browse the repository at this point in the history
* Make small edits to FastX overview

Corrected plural IDs and moved an "only" for precision

* Update overview.md
  • Loading branch information
Clay-Mysten authored Feb 23, 2022
1 parent 263d805 commit 005df4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FastX is a distributed ledger that stores a collection of programmable *objects*

The ledger is updated via a *transaction* sent by a particular address. A transaction can create, destroy, and write objects, as well as transfer them to other addresses.

Structurally, a transaction contains a set of input object ID's and a pointer to a Move code object that already exists in the ledger. Executing a transaction produces updates to the input objects and (if applicable) a set of freshly created objects along with their owners.
Structurally, a transaction contains a set of input object references and a pointer to a Move code object that already exists in the ledger. Executing a transaction produces updates to the input objects and (if applicable) a set of freshly created objects along with their owners.

A transaction whose sender is address *A* can only accept objects owned by *A*, with one exception: a transaction can read from immutable objects regardless of their owner.
A transaction whose sender is address *A* can accept objects owned only by *A* with one exception: a transaction can read from immutable objects regardless of their owner.

0 comments on commit 005df4f

Please sign in to comment.