Skip to content

Commit

Permalink
Update context.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crosschainer authored Apr 25, 2024
1 parent 5816d6f commit d2a011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

When you are running a contract, you often want to know who is running it. For example, if someone who isn't an account owner tries to spend their money, you need to have some way of identifying who that person is and prevent that from happening. This is where Context, or `ctx` inside of smart contracts, comes into play.

There are four types of `ctx` variables.
There are five types of `ctx` variables.

| Variable | Functionality | Details |
|-----------|---------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit d2a011d

Please sign in to comment.