Skip to content

Commit

Permalink
Update docs/fundamentals-and-concepts/stellar-data-structures/operati…
Browse files Browse the repository at this point in the history
…ons-and-transactions.mdx

Co-authored-by: Elliot Voris <[email protected]>
  • Loading branch information
briwylde08 and ElliotFriend authored Dec 20, 2023
1 parent 8affa15 commit 9c49ce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 40

## Operations and transactions: how they work

To perform actions with an account on the Stellar network, you compose operations, bundle them into a transaction, and then sign and submit the transaction to the network. Smart contract transactions (`InvokeHostFunctionOp`, `ExtendFootprintTTLOp`, and `RestoreFootprintOp`) can only have one operation per transaction.
To perform actions with an account on the Stellar network, you compose operations, bundle them into a transaction, and then sign and submit the transaction to the network. Smart contract transactions (those with `InvokeHostFunctionOp`, `ExtendFootprintTTLOp`, or `RestoreFootprintOp` operations) can only have one operation per transaction.

### Operations

Expand Down

0 comments on commit 9c49ce1

Please sign in to comment.