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

Readonly activityBucket

activityBucket: ActivityBucket[]

Readonly address

address: Address

Readonly addressHeight

addressHeight: UInt64

Readonly importance

importance: UInt64

Readonly importanceHeight

importanceHeight: UInt64

Readonly mosaics

mosaics: Mosaic[]

Readonly publicKey

publicKey: string

Readonly publicKeyHeight

publicKeyHeight: UInt64

Readonly recordId

recordId: string

Readonly supplementalPublicKeys

supplementalPublicKeys: SupplementalPublicKeys

Readonly version

version: number

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: undefined | string): undefined | KeyDto

Static Private toMosaicBuilder

  • toMosaicBuilder(m: Mosaic): MosaicBuilder

Static Private toPinnedVotingKeyBuilder

Generated using TypeDoc