oken-waas
Version:
Oken Wallet as a Service SDK
28 lines (27 loc) • 528 B
JSON
{
"typeName": "Permit",
"domainName": "https://rarum.io",
"domainVersion": "1",
"dataStructure": [
{
"name": "owner",
"type": "address"
},
{
"name": "operator",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "nonce",
"type": "bytes32"
},
{
"name": "deadline",
"type": "uint256"
}
]
}