diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-12 01:10:42 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-13 18:40:57 +0800 |
commit | c70ebfd241cc3dc6d19847d94b11784da1c79cdd (patch) | |
tree | bb62bc052da4098c745aed537729349b39b9eb08 /docs/abi-spec.rst | |
parent | fd1f8ab38ba7f2bb04e67a44ea5e947eddcf9b13 (diff) | |
download | dexon-solidity-c70ebfd241cc3dc6d19847d94b11784da1c79cdd.tar.gz dexon-solidity-c70ebfd241cc3dc6d19847d94b11784da1c79cdd.tar.zst dexon-solidity-c70ebfd241cc3dc6d19847d94b11784da1c79cdd.zip |
Document function selectors
Diffstat (limited to 'docs/abi-spec.rst')
-rw-r--r-- | docs/abi-spec.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index fc1a3adb..3ce7f50c 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -17,6 +17,8 @@ We assume the interface functions of a contract are strongly typed, known at com This specification does not address contracts whose interface is dynamic or otherwise known only at run-time. Should these cases become important they can be adequately handled as facilities built within the Ethereum ecosystem. +.. _abi_function_selector: + Function Selector ================= |