diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-29 19:35:21 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-29 19:35:21 +0800 |
commit | 842b8cf323a3b39d9e29ddd831bc41ddb98279ad (patch) | |
tree | eb1684ed47913b02115e35cd894c7da45bcb591c /example/natspec_contract.html | |
parent | 61e8ae2f7be3ced902007a4aa09ce9130c31b33e (diff) | |
download | go-tangerine-842b8cf323a3b39d9e29ddd831bc41ddb98279ad.tar go-tangerine-842b8cf323a3b39d9e29ddd831bc41ddb98279ad.tar.gz go-tangerine-842b8cf323a3b39d9e29ddd831bc41ddb98279ad.tar.bz2 go-tangerine-842b8cf323a3b39d9e29ddd831bc41ddb98279ad.tar.lz go-tangerine-842b8cf323a3b39d9e29ddd831bc41ddb98279ad.tar.xz go-tangerine-842b8cf323a3b39d9e29ddd831bc41ddb98279ad.tar.zst go-tangerine-842b8cf323a3b39d9e29ddd831bc41ddb98279ad.zip |
event.js
Diffstat (limited to 'example/natspec_contract.html')
-rw-r--r-- | example/natspec_contract.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/natspec_contract.html b/example/natspec_contract.html index 40561a27c..212e582dc 100644 --- a/example/natspec_contract.html +++ b/example/natspec_contract.html @@ -21,6 +21,7 @@ // contract description, this will be autogenerated somehow var desc = [{ "name": "multiply(uint256)", + "type": "function", "inputs": [ { "name": "a", |