Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CKBIndexerTransactionCollector

Hierarchy

Index

Constructors

constructor

Properties

CKBRpcUrl

CKBRpcUrl: string

filterOptions

indexer

indexer: CkbIndexer

Optional options

options: TransactionCollectorOptions | undefined

queries

Methods

collect

count

  • count(): Promise<number>
  • Returns Promise<number>

fetchIndexerTransaction

fetchResolvedTransaction

filterTransaction

getResolvedCell

getResolvedTransactionRequestPayload

getTransactionHashes

  • getTransactionHashes(): Promise<string[]>

getTransactions

  • Parameters

    • Optional lastCursor: undefined | string

    Returns Promise<GetTransactionDetailResult>

Static asBaseTransactionCollector

  • asBaseTransactionCollector(CKBRpcUrl: string): typeof BaseTransactionCollector
  • Parameters

    • CKBRpcUrl: string

    Returns typeof BaseTransactionCollector

Generated using TypeDoc