Options
All
  • Public
  • Public/Protected
  • All
Menu

SearchTxsResult defines a structure for querying txs pageable

Hierarchy

  • SearchTxsResult

Index

Properties

count

count: number

Count of txs in current page

limit

limit: number

Max count txs per page

pageNumber

pageNumber: number

Index of current page, start from 1

pageTotal

pageTotal: number

Count of total pages

totalCount

totalCount: number

Count of all txs

txs

txs: TxResponse[]

List of txs in current page

Generated using TypeDoc