{
  "getStorageAt": {
    "static": false,
    "preRequisites": [],
    "testCases": [
      {
        "id": "CONFORMANCE-RPC-057",
        "description": "get storage at given address with blockNumber.",
        "input": {
          "address": "0x73718c4980728857f3aa5148e9d1b471efa3a7dd",
          "position": 1,
          "blockNumber": 990
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getStorageAt",
            "params": [
              "0x73718c4980728857f3aa5148e9d1b471efa3a7dd",
              "0x1",
              "0x3de"
            ]
          }
        }
      },
      {
        "id": "CONFORMANCE-RPC-058",
        "description": "get storage at given address with blockTag.",
        "input": {
          "address": "0x73718c4980728857f3aa5148e9d1b471efa3a7dd",
          "position": 1,
          "blockTag": "latest"
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getStorageAt",
            "params": [
              "0x73718c4980728857f3aa5148e9d1b471efa3a7dd",
              "0x1",
              "latest"
            ]
          }
        }
      }
    ]
  }
}