Raw.account.SetAuthorizationTTL

Raw.account.SetAuthorizationTTL

Set time-to-live of current session

account.setAuthorizationTTL#bf899aa0 authorization_ttl_days:int = Bool;
export namespace Raw {
  export namespace account {
    export class SetAuthorizationTTL {
      constructor(params: { authorizationTtlDays: number }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xbf899aa0

Property

  • authorizationTtlDays : number

    Time-to-live of current session in days

Results

boolean