github.com/core-coin/go-core/v2@v2.1.9/signer/core/testdata/fuzzing/36fb987a774011dc675e1b5246ac5c1d44d84d92 (about)

     1  {
     2    "types": {
     3      "CIP712Domain": [
     4        {
     5          "name": "name",
     6          "type": "string"
     7        },
     8        {
     9          "name": "version",
    10          "type": "string"
    11        },
    12        {
    13          "name": "networkId",
    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      "networkId": "1",
    41      "verifyingContract": "cb375a538daf54f2e568bb4237357b1cee1aa3cb7eba"
    42    },
    43    "message": {
    44      "addys": [
    45        "cb21000000000000000000000000000000000000aaaa",
    46        "cb970000000000000000000000000000000000000002",
    47        "cb700000000000000000000000000000000000000003"
    48      ],
    49      "stringies": [
    50        "lorem",
    51        "ipsum",
    52        "dolores"
    53      ],
    54      "inties": [
    55        "0x0000000000000000000000000000000000000001",
    56        "3",
    57        4.0
    58      ]
    59    }
    60  }