Options
All
  • Public
  • Public/Protected
  • All
Menu

The account info structure describes basic information for an account.

Hierarchy

  • AccountInfo

Index

Constructors

constructor

Properties

Readonly accountType

accountType: AccountType

Account type

Readonly activityBucket

activityBucket: ActivityBucket[]

Account activity bucket

Readonly address

address: Address

Address of the account.

Readonly addressHeight

addressHeight: UInt64

Height when the address was published.

Readonly importance

importance: UInt64

Importance of the account.

Readonly importanceHeight

importanceHeight: UInt64

Importance height of the account.

Readonly mosaics

mosaics: Mosaic[]

Mosaics held by the account.

Readonly publicKey

publicKey: string

Public key of the account.

Readonly publicKeyHeight

publicKeyHeight: UInt64

Height when the public key was published.

Readonly supplementalAccountKeys

supplementalAccountKeys: AccountKey[]

Account keys

Accessors

publicAccount

Generated using TypeDoc