Options
All
  • Public
  • Public/Protected
  • All
Menu

TransactionManager offer a simple way to query and cache the pending transactions, it means you can get the pending cells without waiting for the transaction to be confirmed.

Hierarchy

Implements

Index

Constructors

constructor

Methods

clearCache

  • clearCache(): Promise<void>

collector

  • Similar to ckbIndexer.collector, but it will return the pending cells as well. You can use usePendingOutputs to control whether to return the pending cells.

    Parameters

    • queryOptions: CKBIndexerQueryOptions
    • Optional options: undefined | { usePendingOutputs?: undefined | false | true }

    Returns CellCollector

sendTransaction

Generated using TypeDoc