Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetAccountArgs

The argument object for AccountApi.getAccount

param

The numeric accountId

param

The height for the commitment, if one wants to see the commitment in the past For BRS Versions before 3.0 this must be undefined

param

Includes the committed amount in the response For BRS Versions before 3.0 this must be undefined

param

Includes the estimated commitment in BURST/Terabyte. This is a relatively costly operation, and should be set true only if you really need that info. For BRS Versions before 3.0 this must be undefined*

Hierarchy

  • GetAccountArgs

Index

Properties

accountId

accountId: string

Optional commitmentAtHeight

commitmentAtHeight: number

Optional includeCommittedAmount

includeCommittedAmount: boolean

Optional includeEstimatedCommitment

includeEstimatedCommitment: boolean