Skip to content

Commit e83544c

Browse files
author
Chris Chinchilla
committed
Restored more useful page
1 parent f4e988e commit e83544c

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

Ethereum-Contract-ABI.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
[
2-
{
3-
"constant": true,
4-
"inputs": [
5-
{
6-
"name": "user",
7-
"type": "address"
8-
}
9-
],
10-
"name": "accountLevel",
11-
"outputs": [
12-
{
13-
"name": "",
14-
"type": "uint256"
15-
}
16-
],
17-
"payable": false,
18-
"type": "function",
19-
"stateMutability": "view"
20-
}
21-
]
1+
This specification is now maintained as part of the [Solidity documentation](https://solidity.readthedocs.io/en/develop/abi-spec.html).

0 commit comments

Comments
 (0)