From eb84acbbcb77531b8d544e2ef9c575e12638d62f Mon Sep 17 00:00:00 2001 From: James Ray Date: Fri, 30 Jun 2017 19:51:10 +1000 Subject: Ref to getter function --- docs/introduction-to-smart-contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/introduction-to-smart-contracts.rst') diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index dc7c6cc9..b4674a43 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -133,7 +133,7 @@ too far, though, as it is neither possible to obtain a list of all keys of a mapping, nor a list of all values. So either keep in mind (or better, keep a list or use a more advanced data type) what you added to the mapping or use it in a context where this is not needed, -like this one. The getter function created by the ``public`` keyword +like this one. The :ref:`getter function ` created by the ``public`` keyword is a bit more complex in this case. It roughly looks like the following:: -- cgit v1.2.3 From ba0d277e103aadd4b43ca3be86a014159d115138 Mon Sep 17 00:00:00 2001 From: James Ray Date: Fri, 7 Jul 2017 12:07:16 +1000 Subject: Fixed reference to getter function --- docs/introduction-to-smart-contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/introduction-to-smart-contracts.rst') diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index b4674a43..6ad56ff3 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -133,7 +133,7 @@ too far, though, as it is neither possible to obtain a list of all keys of a mapping, nor a list of all values. So either keep in mind (or better, keep a list or use a more advanced data type) what you added to the mapping or use it in a context where this is not needed, -like this one. The :ref:`getter function ` created by the ``public`` keyword +like this one. The :ref:`getter function <_getter_functions>` created by the ``public`` keyword is a bit more complex in this case. It roughly looks like the following:: -- cgit v1.2.3 From 0c63f271a2d8c85823571e0c461cd213bebe44a5 Mon Sep 17 00:00:00 2001 From: James Ray Date: Sat, 29 Jul 2017 12:05:49 +1000 Subject: Updated getter-functions ref --- docs/introduction-to-smart-contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/introduction-to-smart-contracts.rst') diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index 6ad56ff3..cf5e46be 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -133,7 +133,7 @@ too far, though, as it is neither possible to obtain a list of all keys of a mapping, nor a list of all values. So either keep in mind (or better, keep a list or use a more advanced data type) what you added to the mapping or use it in a context where this is not needed, -like this one. The :ref:`getter function <_getter_functions>` created by the ``public`` keyword +like this one. The :ref:`getter-functions` created by the ``public`` keyword is a bit more complex in this case. It roughly looks like the following:: -- cgit v1.2.3 From 8a19b2f24eeeae37a7d8e4ab1b764d046f55411b Mon Sep 17 00:00:00 2001 From: James Ray Date: Mon, 31 Jul 2017 20:26:26 +1000 Subject: :ref:`getter function` --- docs/introduction-to-smart-contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/introduction-to-smart-contracts.rst') diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index cf5e46be..1f1373cf 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -133,7 +133,7 @@ too far, though, as it is neither possible to obtain a list of all keys of a mapping, nor a list of all values. So either keep in mind (or better, keep a list or use a more advanced data type) what you added to the mapping or use it in a context where this is not needed, -like this one. The :ref:`getter-functions` created by the ``public`` keyword +like this one. The :ref:`getter function` created by the ``public`` keyword is a bit more complex in this case. It roughly looks like the following:: -- cgit v1.2.3