AccountDetails
Account plus the owner's username. Returned by getAccountInfo after resolving the user.
Definition
type AccountDetails = Account & {
readonly username: Username
}Fields
address — Address. Account address.
index — AccountIndex (number).
owner — number. User index.
username — Username (string). The user's username.