You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/developers/docs/transactions/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ A submitted transaction includes the following information:
26
26
-`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.
27
27
-`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)
28
28
-`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
30
30
-`value` – amount of ETH to transfer from sender to recipient (in WEI, a denomination of ETH)
31
31
-`data` – optional field to include arbitrary data
32
32
-`gasLimit` – the maximum amount of gas units that can be consumed by the transaction. Units of gas represent computational steps
0 commit comments