Raw.account.EmailVerified
The email was verified correctly.
account.emailVerified#2b96cd1b email:string = account.EmailVerified;
export namespace Raw {
export namespace account {
export class EmailVerified {
constructor(params: { email: string }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x2b96cd1b
Property
email
: stringThe verified email address.