Skip to main content

PostRecoveryAddress

oldAccountstring

Address of the wallet to be recovered

newAccountstring

Address of the new wallet

identitystring

Address of the identity contract from which the old wallet will be removed and the new one added

noncestring

Unique number per request to prevent replay attacks

signaturestring

EIP712 signature of the request

PostRecoveryAddress
{
"oldAccount": "string",
"newAccount": "string",
"identity": "string",
"nonce": "string",
"signature": "string"
}