WalletVerifyResponse
- Schema
- Example
qrCodeContent
RequiredString
Wallet Connect Service QR Code content, use this to display as QR Code and letting user scan the qrcode by wallet apps
Example
wc:abcdefxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg-1
qrcodeExpiredAt
RequiredInteger (int32)
Single QR code expiration time. After this time, client may re-issue a new QR code with the same requestId (value as timestamp).
Example
1949384914
verifyExpiredAt
RequiredInteger (int32)
Wallet verification hard expiration time. After this time, the verification request is expired and must not be re-issued with the same requestId (value as timestamp).
Example
1949385514
{
"qrcodeExpiredAt": 1949384914,
"verifyExpiredAt": 1949385514,
"qrCodeContent": "wc:abcdefxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg-1"
}