Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetAccountBlocksArgs

param

The numeric accountId

param

The first index of a chunk of the list you want fetch. Use indices to paginate your calls

param

The last index of a chunk of the list you want fetch. Use indices to paginate your calls

Currently, the indices do not work on BRS API :(

see

https://github.com/burst-apps-team/burstcoin/issues/477

param

Includes the transactions also. Note, that this is call may take time

Hierarchy

  • GetAccountBlocksArgs

Index

Properties

accountId

accountId: string

Optional firstIndex

firstIndex: number

Optional includeTransactions

includeTransactions: boolean

Optional lastIndex

lastIndex: number