verificationStatus property
Indicates whether this address has been verified and can act as a delegate for the account.
Read-only. Possible string values are:
- "verificationStatusUnspecified" : Unspecified verification status.
- "accepted" : The address can act a delegate for the account.
- "pending" : A verification request was mailed to the address, and the owner has not yet accepted it.
- "rejected" : A verification request was mailed to the address, and the owner rejected it.
- "expired" : A verification request was mailed to the address, and it expired without verification.
Implementation
core.String? verificationStatus;