AccountInfo
Account record stored by the account factory (no address attached).
Definition
type AccountInfo = {
readonly index: AccountIndex
readonly owner: number
}Fields
index — AccountIndex (number).
owner — number. The owning user's index.
See also
Account— includes the addressAccountDetails— also includes the usernamegetAccountInfogetAllAccountInfo