Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

AccountDetails

Account plus the owner's username. Returned by getAccountInfo after resolving the user.

Definition

type AccountDetails = Account & {
  readonly username: Username
}

Fields

addressAddress. Account address.

indexAccountIndex (number).

ownernumber. User index.

usernameUsername (string). The user's username.

See also