December 2018
Beginner to intermediate
564 pages
17h 34m
English
Messages are transactions where data is passed between two accounts. It is a data packet passed between two accounts. A message can be sent via the Contract Account (CA). They can also be an Externally Owned Account (EOA) in the form of a transaction that has been digitally signed by the sender.
Messages are never stored and are similar to transactions. The key components of a message in Ethereum are:
Messages are generated using CALL or DELEGATECALL methods.
Read now
Unlock full access