mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Borrow a sentence from @axic
and edit the phrase "following its type", which sounded like the data follows the type in the call data.
This commit is contained in:
parent
d5c3ef4605
commit
6307a12651
@ -10,8 +10,8 @@ Basic Design
|
||||
============
|
||||
|
||||
The Application Binary Interface is the standard way to interact with contracts in the Ethereum ecosystem, both
|
||||
from outside the blockchain and for contract-to-contract interaction. Data is encoded following its type,
|
||||
according to this specification. The types are not encoded.
|
||||
from outside the blockchain and for contract-to-contract interaction. Data is encoded according to its type,
|
||||
as described in this specification. The encoding is not self describing and thus requires a schema in order to decode.
|
||||
|
||||
We assume the interface functions of a contract are strongly typed, known at compilation time and static. No introspection mechanism will be provided. We assume that all contracts will have the interface definitions of any contracts they call available at compile-time.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user