Raw.account.WebAuthorizations

Raw.account.WebAuthorizations

Web authorizations

account.webAuthorizations#ed56c9fc authorizations:Vector<WebAuthorization> users:Vector<User> = account.WebAuthorizations;
export namespace Raw {
  export namespace account {
    export class WebAuthorizations {
      constructor(params: {
        authorizations: Array<Raw.TypeWebAuthorization>;
        users: Array<Raw.TypeUser>;
      }) {}
    }
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xed56c9fc

Property