github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata/tuple.json (about)

     1  {
     2      "initBalances": [{
     3          "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms",
     4          "rawBalance": "1000000000000000000000000000"
     5      }],
     6      "deployments": [{
     7          "rawByteCode": "608060405234801561001057600080fd5b5061019d806100206000396000f30060806040526004361061004c576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680633175aae214610051578063ab5ed150146100e8575b600080fd5b34801561005d57600080fd5b50610066610113565b6040518083815260200180602001828103825283818151815260200191508051906020019080838360005b838110156100ac578082015181840152602081019050610091565b50505050905090810190601f1680156100d95780820380516001836020036101000a031916815260200191505b50935050505060405180910390f35b3480156100f457600080fd5b506100fd61015a565b6040518082815260200191505060405180910390f35b6000606060018090506040805190810160405280600281526020017f4869000000000000000000000000000000000000000000000000000000000000815250915091509091565b600080610165610113565b508091505080915050905600a165627a7a72305820d91d6187f42bd2846d8b28941fd56d079afbd0cd4f25de33c072cfe5a0640f2d0029",
     8          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
     9          "rawAmount": "0",
    10          "rawGasLimit": 5000000,
    11          "rawGasPrice": "0",
    12          "rawExpectedGasConsumed": 137229,
    13          "expectedBalances": [],
    14          "comment": "deploy array-return contract"
    15      }],
    16      "executions": [{
    17          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    18          "rawByteCode": "ab5ed150",
    19          "rawAmount": "0",
    20          "rawGasLimit": 1000000,
    21          "rawGasPrice": "0",
    22          "rawExpectedGasConsumed": 10757,
    23          "hasReturnValue": true,
    24          "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000001",
    25          "comment": "call bar"
    26      }]
    27  }