Skip to content

Commit b0d2ab3

Browse files
authored
Merge pull request #7520 from othaime-en/patch-1
Update content in accounts/index.md
2 parents a4a4990 + 4548981 commit b0d2ab3

File tree

1 file changed

+2
-0
lines changed
  • src/content/developers/docs/accounts

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ Both account types have the ability to:
3030
- Creating an account costs nothing
3131
- Can initiate transactions
3232
- Transactions between externally-owned accounts can only be ETH/token transfers
33+
- Made up of a cryptographic pair of keys: public and private keys that control account activities
3334

3435
**Contract**
3536

3637
- Creating a contract has a cost because you're using network storage
3738
- Can only send transactions in response to receiving a transaction
3839
- Transactions from an external account to a contract account can trigger code which can execute many different actions, such as transferring tokens or even creating a new contract
40+
- Contract accounts don't have private keys. Instead, they are controlled by the logic of the smart contract code
3941

4042
## An account examined {#an-account-examined}
4143

0 commit comments

Comments
 (0)