Skip to content

Commit 9bec25d

Browse files
authored
Update src/content/developers/docs/transactions/index.md
1 parent e18556a commit 9bec25d

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/transactions

1 file changed

+1
-1
lines changed

src/content/developers/docs/transactions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A submitted transaction includes the following information:
2626
- `from` – the address of the sender, that will be signing the transaction. This will be an externally-owned account as contract accounts cannot send transactions.
2727
- `recipient` – the receiving address (if an externally-owned account, the transaction will transfer value. If a contract account, the transaction will execute the contract code)
2828
- `signature` – the identifier of the sender. This is generated when the sender's private key signs the transaction and confirms the sender has authorized this transaction
29-
- `nonce` - a sequencially incrementing counter which indicates the transaction number from the account
29+
- `nonce` - a sequentially incrementing counter which indicates the transaction number from the account
3030
- `value` – amount of ETH to transfer from sender to recipient (in WEI, a denomination of ETH)
3131
- `data` – optional field to include arbitrary data
3232
- `gasLimit` – the maximum amount of gas units that can be consumed by the transaction. Units of gas represent computational steps

0 commit comments

Comments
 (0)