Raw.account.ResetPasswordRequestedWait
You successfully requested a password reset, please wait until the specified date before finalizing the reset.
account.resetPasswordRequestedWait#e9effc7d until_date:int = account.ResetPasswordResult;
export namespace Raw {
export namespace account {
export class ResetPasswordRequestedWait {
constructor(params: { untilDate: number }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xe9effc7d
Property
untilDate
: numberWait until this date before finalizing the reset.