github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/actioninjector.v2/internal/cmd/abi.go (about) 1 package cmd 2 3 var _abiStr = ` 4 [ 5 { 6 "constant": true, 7 "inputs": [ 8 { 9 "name": "_member", 10 "type": "address" 11 }, 12 { 13 "name": "_timestamp", 14 "type": "uint64" 15 } 16 ], 17 "name": "hash", 18 "outputs": [ 19 { 20 "name": "", 21 "type": "string" 22 } 23 ], 24 "payable": false, 25 "stateMutability": "view", 26 "type": "function" 27 }, 28 { 29 "constant": false, 30 "inputs": [ 31 { 32 "name": "_timestamp", 33 "type": "uint64" 34 }, 35 { 36 "name": "_hash", 37 "type": "string" 38 } 39 ], 40 "name": "addHash", 41 "outputs": [], 42 "payable": false, 43 "stateMutability": "nonpayable", 44 "type": "function" 45 } 46 ] 47 `