Skip to content

Commit

Permalink
Update transactions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ACStone-MTS authored May 3, 2024
1 parent bdb0585 commit 23af9f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/docs/casper/concepts/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Transactions are a new form of interacting with a Casper network that supersedes

Blocks contain separate slots for each transaction variant, preventing a scenario where a single type of transaction (legitimate or malicious) can prevent critical consensus related actions. The following is a description of the available transaction variants:

* `mint`: Mint transactions interact with the `mint` system contract and involve transfers between purse URefs.
* `mint`: Mint transactions interact with the `mint` system contract and involve transfers between purse URefs. It also includes any native trfansfers.

* `auction`: Auction transactions include placing bids to become a validator, as well as delegating, undelegating and redelegating.

* `install_upgrade`: Install/upgrade transactions pertain to installing smart contracts onto global state, as well as upgrading existing contracts.

* `standard`: Standard transactions include all other transactions that do not fall under `mint`, `auction` or `install_upgrade`. Standard transactions also include legacy deploys.
* `standard`: Standard transactions include all other transactions that do not fall under `mint`, `auction` or `install_upgrade`. Standard transactions also include legacy deploys, other than native transfers.

Information on the number of each transaction allowed in a single block can be found in the [chainspec.toml](./glossary/C.md#chainspec) for a given Casper network.
Information on the number of each transaction allowed in a single block can be found in the [chainspec.toml](./glossary/C.md#chainspec) for a given Casper network.

0 comments on commit 23af9f0

Please sign in to comment.