aboutsummaryrefslogtreecommitdiffstats
path: root/docs/abi-spec.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-07-10 06:48:37 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-07-10 06:48:44 +0800
commit314fefbc0530ddd396bca0ac0694145e910b4d9b (patch)
treeb8e82916873fa9e6157f1599cf918165192b0ef3 /docs/abi-spec.rst
parent1e7d44d31c99558c8c3e98ac5413492cea4bd516 (diff)
downloaddexon-solidity-314fefbc0530ddd396bca0ac0694145e910b4d9b.tar
dexon-solidity-314fefbc0530ddd396bca0ac0694145e910b4d9b.tar.gz
dexon-solidity-314fefbc0530ddd396bca0ac0694145e910b4d9b.tar.bz2
dexon-solidity-314fefbc0530ddd396bca0ac0694145e910b4d9b.tar.lz
dexon-solidity-314fefbc0530ddd396bca0ac0694145e910b4d9b.tar.xz
dexon-solidity-314fefbc0530ddd396bca0ac0694145e910b4d9b.tar.zst
dexon-solidity-314fefbc0530ddd396bca0ac0694145e910b4d9b.zip
Rename ABI to Contract ABI
It has been called as the "Contract ABI" on the original wiki page too and it seems to make more sense.
Diffstat (limited to 'docs/abi-spec.rst')
-rw-r--r--docs/abi-spec.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst
index 9c5bddd5..c8cf1353 100644
--- a/docs/abi-spec.rst
+++ b/docs/abi-spec.rst
@@ -2,14 +2,14 @@
.. _ABI:
-******************************************
-Application Binary Interface Specification
-******************************************
+**************************
+Contract ABI Specification
+**************************
Basic Design
============
-The Application Binary Interface (ABI) is the standard way to interact with contracts in the Ethereum ecosystem, both
+The Contract 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.