github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata/wireconnection.json (about) 1 { 2 "initBalances": [{ 3 "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms", 4 "rawBalance": "1000000000000000000000000000" 5 }], 6 "deployments": [{ 7 "rawByteCode": "608060405234801561001057600080fd5b5061013a806100206000396000f3fe608060405234801561001057600080fd5b506004361061005e576000357c010000000000000000000000000000000000000000000000000000000090048063dba7ab6c14610063578063df11c2ac14610081578063ebaa8337146100af575b600080fd5b61006b6100cd565b6040518082815260200191505060405180910390f35b6100ad6004803603602081101561009757600080fd5b81019080803590602001909291905050506100f5565b005b6100b76100ff565b6040518082815260200191505060405180910390f35b60007f6d69616f77000000000000000000000000000000000000000000000000000000905090565b8060008190555050565b60006101096100cd565b90509056fea165627a7a7230582084a1c770bd350cf4b6d50f02bd59b36cc157de5d7dcd82b3cf2086b0aa04ff4c0029", 8 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 9 "rawAmount": "0", 10 "rawGasLimit": 5000000, 11 "rawGasPrice": "0", 12 "rawExpectedGasConsumed": 107511, 13 "expectedBalances": [], 14 "comment": "deploy proposal contract" 15 }], 16 "executions": [{ 17 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 18 "rawByteCode": "dba7ab6c", 19 "rawAmount": "0", 20 "rawGasLimit": 1000000, 21 "rawGasPrice": "0", 22 "rawExpectedGasConsumed": 10596, 23 "hasReturnValue": true, 24 "rawReturnValue": "miaow", 25 "comment": "call utterance()" 26 },{ 27 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 28 "rawByteCode": "ebaa8337", 29 "rawAmount": "0", 30 "rawGasLimit": 1000000, 31 "rawGasPrice": "0", 32 "rawExpectedGasConsumed": 10675, 33 "hasReturnValue": true, 34 "rawReturnValue": "miaow", 35 "comment": "call Utterance()" 36 }] 37 }