Raw.account.ReorderUsernames

Raw.account.ReorderUsernames

Reorder usernames associated with the currently logged-in user.

account.reorderUsernames#ef500eab order:Vector<string> = Bool;
export namespace Raw {
  export namespace account {
    export class ReorderUsernames {
      constructor(params: { order: Array<string> }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xef500eab

Property

  • order : Array of string

    The new order for active usernames. all active usernames must be specified.

Results

boolean