github.com/core-coin/go-core/v2@v2.1.9/signer/core/testdata/expfail_toolargeuint.json (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 "Mail": [ 22 { 23 "name": "test", 24 "type": "uint8" 25 } 26 ] 27 }, 28 "primaryType": "Mail", 29 "domain": { 30 "name": "Core Mail", 31 "version": "1", 32 "networkId": "1", 33 "verifyingContract": "cb375a538daf54f2e568bb4237357b1cee1aa3cb7eba" 34 }, 35 "message": { 36 "test":"257" 37 } 38 }