@ledgerhq/hw-app-eth
Version:
Ledger Hardware Wallet Ethereum Application API
28 lines • 454 B
JSON
{
"types": {
"EIP712Domain": [
{
"name": "name",
"type": "string"
},
{
"name": "version",
"type": "string"
}
],
"ChangeOwnerThreshold": [
{
"name": "newThreshold",
"type": "uint256"
}
]
},
"primaryType": "ChangeOwnerThreshold",
"domain": {
"name": "ChangeOwnerThreshold",
"version": "1"
},
"message": {
"newThreshold": "0x3"
}
}