github.com/aidoskuneen/adk-node@v0.0.0-20220315131952-2e32567cb7f4/signer/core/testdata/fuzzing/36fb987a774011dc675e1b5246ac5c1d44d84d92 (about)

     1  {
     2    "types": {
     3      "EIP712Domain": [
     4        {
     5          "name": "name",
     6          "type": "string"
     7        },
     8        {
     9          "name": "version",
    10          "type": "string"
    11        },
    12        {
    13          "name": "chainId",
    14          "type": "uint256"
    15        },
    16        {
    17          "name": "verifyingContract",
    18          "type": "address"
    19        }
    20      ],
    21      "Foo": [
    22        {
    23          "name": "addys",
    24          "type": "address[]"
    25        },
    26        {
    27          "name": "stringies",
    28          "type": "string[]"
    29        },
    30        {
    31          "name": "inties",
    32          "type": "uint[]"
    33        }
    34      ]
    35    },
    36    "primaryType": "Foo",
    37    "domain": {
    38      "name": "Lorem",
    39      "version": "1",
    40      "chainId": "1",
    41      "verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC"
    42    },
    43    "message": {
    44      "addys": [
    45        "0x0000000000000000000000000000000000000001",
    46        "0x0000000000000000000000000000000000000002",
    47        "0x0000000000000000000000000000000000000003"
    48      ],
    49      "stringies": [
    50        "lorem",
    51        "ipsum",
    52        "dolores"
    53      ],
    54      "inties": [
    55        "0x0000000000000000000000000000000000000001",
    56        "3",
    57        4.0
    58      ]
    59    }
    60  }