Raw.account.VerifyEmail

Raw.account.VerifyEmail

Verify an email address.

account.verifyEmail#32da4cf purpose:EmailVerifyPurpose verification:EmailVerification = account.EmailVerified;
export namespace Raw {
  export namespace account {
    export class VerifyEmail {
      constructor(params: {
        purpose: Raw.TypeEmailVerifyPurpose;
        verification: Raw.TypeEmailVerification;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x32da4cf

Property

Results

Raw.account.TypeEmailVerified