Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetAccountTransactionsArgs

The argument object for AccountApi.getAccountTransactions

param

The numeric accountId

param

The timestamp (block time) you are looking for

param

The first index of the transaction list, beginning at 0

param

The last index of the transaction list (BRS does not return more than 500)

param

The minimum required number of confirmations per transaction

param

The type of transactions to fetch (see TransactionType)

param

The subtype of transactions to fetch (see e.g. TransactionArbitrarySubtype)

param

Includes indirect transaction, i.e. multi out payments.

param

Resolves the amounts from AssetApi.distributeToAssetHolders

Hierarchy

  • GetAccountTransactionsArgs

Index

Properties

accountId

accountId: string

Optional firstIndex

firstIndex: number

Optional includeIndirect

includeIndirect: boolean

Optional lastIndex

lastIndex: number

Optional numberOfConfirmations

numberOfConfirmations: number

Optional resolveDistributions

resolveDistributions: boolean

Optional subtype

subtype: number

Optional timestamp

timestamp: string

Optional type

type: number