aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/contract.html1
-rw-r--r--example/natspec_contract.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/example/contract.html b/example/contract.html
index dccd1a64f..a534f68d8 100644
--- a/example/contract.html
+++ b/example/contract.html
@@ -20,6 +20,7 @@
// contract description, this will be autogenerated somehow
var desc = [{
"name": "multiply(uint256)",
+ "type": "function",
"inputs": [
{
"name": "a",
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",