Skip to content

Commit

Permalink
task(devx):update transaction lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Nov 12, 2024
1 parent 4c42743 commit 432dd5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
import Quiz from '@site/src/components/Quiz';
import {questions} from '../../../site/static/json/about-iota/iota-architecture/transaction-lifecycle.json';
import ThemedImage from '@theme/ThemedImage';

# Transaction Life Cycle

## High-level Overview

![Transaction life cycle](/img/about-iota/iota-architecture/TransactionLifeCycle.svg)
<ThemedImage
alt='Native functions'
sources={{
light: '/img/about-iota/iota-architecture/TransactionLifeCycle.svg',
dark: '/img/about-iota/iota-architecture/dark/TransactionLifeCycle.svg',
}}
/>

1. **Create a Transaction**: A user [submits](#submission) a transaction and signs it with a private key. The transaction can affect objects owned by the user, as well as [shared objects](../../developer/iota-101/objects/object-ownership/shared.mdx).

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 432dd5b

Please sign in to comment.