docs: Add selector to the index

This commit is contained in:
Kamil Śliwak 2021-03-25 18:21:32 +01:00
parent 4053805356
commit 36f769662b
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ We assume that all contracts will have the interface definitions of any contract
This specification does not address contracts whose interface is dynamic or otherwise known only at run-time.
.. _abi_function_selector:
.. index:: selector
Function Selector
=================

View File

@ -204,6 +204,7 @@ In comparison to contracts, libraries are restricted in the following ways:
(These might be lifted at a later point.)
.. _library-selectors:
.. index:: selector
Function Signatures and Selectors in Libraries
==============================================