mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
8dc7609257
@ -9,7 +9,7 @@ Application Binary Interface Specification
|
|||||||
Basic Design
|
Basic Design
|
||||||
============
|
============
|
||||||
|
|
||||||
The Application Binary Interface is the standard way to interact with contracts in the Ethereum ecosystem, both
|
The Application Binary Interface (ABI) 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 according to its type,
|
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.
|
as described in this specification. The encoding is not self describing and thus requires a schema in order to decode.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user