Skip to content

Commit f68ab64

Browse files
authored
Merge pull request #9206 from SaratAngajalaoffl/patch-1
Added `from` key to transaction information
2 parents cdf838a + 9bec25d commit f68ab64

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Transactions require a fee and must be included in a validated block. To make th
2323

2424
A submitted transaction includes the following information:
2525

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.
2627
- `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)
2728
- `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
2829
- `nonce` - a sequentially incrementing counter which indicates the transaction number from the account

0 commit comments

Comments
 (0)