Skip to content

Commit

Permalink
Do not confuse command-results with transaction inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos-terzo committed Aug 26, 2024
1 parent a49b910 commit 3118ca9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions book/src/concepts/what-is-a-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ object argument needs to be either a shared object, a frozen object, or an objec
transaction sender owns, in order for the transaction to be successfull.
For more see [Object Model](http://localhost:3000/object/index.html).

Note that a single command inside a transaction can also have a previous command's result as input.
These results/inputs can be anything from a simple value, an object, or any kind of Move struct.

## Commands

Sui transactions may consist of multiple commands. Each command is a single built-in command (like
Expand Down

0 comments on commit 3118ca9

Please sign in to comment.