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: public/content/developers/docs/accounts/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: An explanation of Ethereum accounts – their data structures and t
4
4
lang: en
5
5
---
6
6
7
-
An Ethereum account is an entity with an ether (ETH) balance that can send transactions on Ethereum. Accounts can be user-controlled or deployed as smart contracts.
7
+
An Ethereum account is an entity with an ether (ETH) balance that can send messages on Ethereum. Accounts can be user-controlled or deployed as smart contracts.
8
8
9
9
## Prerequisites {#prerequisites}
10
10
@@ -34,7 +34,7 @@ Both account types have the ability to:
34
34
**Contract**
35
35
36
36
- Creating a contract has a cost because you're using network storage
37
-
- Can only send transactions in response to receiving a transaction
37
+
- Can only send messages in response to receiving a transaction
38
38
- 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
39
39
- Contract accounts don't have private keys. Instead, they are controlled by the logic of the smart contract code
0 commit comments