github.com/core-coin/go-core/v2@v2.1.9/signer/core/testdata/fuzzing/e4303e23ca34fbbc43164a232b2caa7a3af2bf8d (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": "int" 15 }, 16 { 17 "name": "verifyingContract", 18 "type": "address" 19 } 20 ], 21 "Person": [ 22 { 23 "name": "name", 24 "type": "string" 25 }, 26 { 27 "name": "wallet", 28 "type": "address" 29 } 30 ], 31 "Mail": [ 32 { 33 "name": "from", 34 "type": "Person" 35 }, 36 { 37 "name": "to", 38 "type": "Mail" 39 }, 40 { 41 "name": "s", 42 "type": "Person" 43 } 44 ] 45 }, 46 "primaryType": "Mail", 47 "domain": { 48 "name": "l", 49 "version": "1", 50 "networkId": "", 51 "verifyingContract": "cb375a538daf54f2e568bb4237357b1cee1aa3cb7eba" 52 }, 53 "message": { 54 "from": { 55 "name": "", 56 "wallet": "cb76a631db606f1452ddc2432931d611f1d5b126f848" 57 }, 58 "to": { 59 "name": "", 60 "wallet": "cb27de521e43741cf785cbad450d5649187b9612018f" 61 }, 62 "": "" 63 } 64 }