solidity methods "overloading"

This commit is contained in:
Marek Kotewicz
2015-01-20 15:06:05 +01:00
parent 6a58db66f7
commit 380c1522ac
7 changed files with 111 additions and 38 deletions

View File

@ -20,7 +20,7 @@
// contract description, this will be autogenerated somehow
var desc = [{
"name": "multiply",
"name": "multiply(uint256)",
"inputs": [
{
"name": "a",