@graphprotocol/graph-cli
Version:
CLI for building for and deploying to The Graph
25 lines (24 loc) • 440 B
JSON
[
{
"constant": false,
"inputs": [
{ "name": "", "type": "uint256" },
{
"type": "tuple",
"components": [
{ "type": "bytes32" },
{ "type": "bytes32" },
{ "type": "uint256" }
]
},
{
"type": "bool"
}
],
"name": "doSomething",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]