mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-11-21 11:02:45
This commit is contained in:
parent
551aa5836a
commit
8dfe481b90
@ -121,5 +121,16 @@ ethereum whitepaper
|
||||
- send messages
|
||||
- create contracts
|
||||
- etc
|
||||
- messages
|
||||
-
|
||||
- messages - similar to bitcoin transactions but:
|
||||
- can be created by contract and externall accounts (not only external)
|
||||
- can contain data
|
||||
- contract accounts can return responses when they recieve a message
|
||||
- ∴ can act as functions
|
||||
- transaction - refers to signed package that stores a message to be sent from an external account
|
||||
- they contain
|
||||
- recipient of message
|
||||
- signature of sender
|
||||
- amout of ether and data to send
|
||||
- STARTGAS - limit to number of steps of code
|
||||
- GASPRICE - fee to pay miner per step
|
||||
-
|
||||
Loading…
Reference in New Issue
Block a user