diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-12-08 18:17:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 18:17:11 +0800 |
commit | 226bfe5be1f7443e644d2cfd62aac19b56836b8a (patch) | |
tree | 441d7829bb1dbbf559195330392ca771421fd8d8 | |
parent | 316e4089b3c2317abdf1c5b43e214d1f69e16160 (diff) | |
parent | 29b30a95e9cc8fc79ec40c1abdca55128e28a23f (diff) | |
download | dexon-solidity-226bfe5be1f7443e644d2cfd62aac19b56836b8a.tar dexon-solidity-226bfe5be1f7443e644d2cfd62aac19b56836b8a.tar.gz dexon-solidity-226bfe5be1f7443e644d2cfd62aac19b56836b8a.tar.bz2 dexon-solidity-226bfe5be1f7443e644d2cfd62aac19b56836b8a.tar.lz dexon-solidity-226bfe5be1f7443e644d2cfd62aac19b56836b8a.tar.xz dexon-solidity-226bfe5be1f7443e644d2cfd62aac19b56836b8a.tar.zst dexon-solidity-226bfe5be1f7443e644d2cfd62aac19b56836b8a.zip |
Merge pull request #3268 from eepstein/patch-2
link to wiki for additional info on napspec
-rw-r--r-- | docs/metadata.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/metadata.rst b/docs/metadata.rst index dbde87e8..5e37219e 100644 --- a/docs/metadata.rst +++ b/docs/metadata.rst @@ -131,6 +131,8 @@ user interface for the contract. Furthermore, Mist can use the userdoc to display a confirmation message to the user whenever they interact with the contract. +Additional information about Ethereum Natural Specification (NatSpec) can be found `here <https://github.com/ethereum/wiki/wiki/Ethereum-Natural-Specification-Format>`_. + Usage for Source Code Verification ================================== |