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

AccountInfo

Account record stored by the account factory (no address attached).

Definition

type AccountInfo = {
  readonly index: AccountIndex
  readonly owner: number
}

Fields

indexAccountIndex (number).

ownernumber. The owning user's index.

See also