{ "contractName": "PatriciaTreeBase", "abi": [ { "constant": true, "inputs": [], "name": "getRootHash", "outputs": [ { "name": "", "type": "bytes32" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "getRootEdge", "outputs": [ { "components": [ { "name": "node", "type": "bytes32" }, { "components": [ { "name": "data", "type": "bytes32" }, { "name": "length", "type": "uint256" } ], "name": "label", "type": "tuple" } ], "name": "e", "type": "tuple" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [ { "name": "hash", "type": "bytes32" } ], "name": "getNode", "outputs": [ { "components": [ { "components": [ { "name": "node", "type": "bytes32" }, { "components": [ { "name": "data", "type": "bytes32" }, { "name": "length", "type": "uint256" } ], "name": "label", "type": "tuple" } ], "name": "children", "type": "tuple[2]" } ], "name": "n", "type": "tuple" } ], "payable": false, "stateMutability": "view", "type": "function" } ], "devdoc": { "methods": {}, "title": "Patricia tree implementation" }, "userdoc": { "methods": {}, "notice": "More info at: https://github.com/chriseth/patricia-trie" } }