PostRecoveryAddressEIP712
oldAccountstringrequired
Address of the wallet to be recovered
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
newAccountstringrequired
Address of the new wallet
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
PostRecoveryAddressEIP712
{
"oldAccount": "string",
"newAccount": "string"
}