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 recordId

recordId: string

The database record id;

Readonly supplementalPublicKeys

supplementalPublicKeys: SupplementalPublicKeys

Account keys

Readonly version

version: number

Version

Accessors

publicAccount

Methods

Private getAccountKeyTypeFlags

  • getAccountKeyTypeFlags(): AccountKeyTypeFlagsDto[]

Private isHighValue

  • isHighValue(): boolean

serialize

  • serialize(): Uint8Array

Static Private toHeightActivityBucketsBuilder

  • toHeightActivityBucketsBuilder(b: ActivityBucket): HeightActivityBucketBuilder

Static Private toKeyDto

  • toKeyDto(publicKey: string | undefined): KeyDto | undefined

Static Private toMosaicBuilder

  • toMosaicBuilder(m: Mosaic): MosaicBuilder

Static Private toPinnedVotingKeyBuilder

Generated using TypeDoc