Merge pull request #4395 from xinbenlv/patch-1

Indicating abbr.
This commit is contained in:
Alex Beregszaszi
2018-07-09 13:28:27 +02:00
committed by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@ Application Binary Interface Specification
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,
as described in this specification. The encoding is not self describing and thus requires a schema in order to decode.