The easy way to create a TransactionManager by just providing an RPC URL.

Hierarchy

Constructors

Methods

  • 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: {
          usePendingOutputs?: boolean;
      }
      • Optional usePendingOutputs?: boolean

        Default

        true
        

    Returns indexer.CellCollector

Generated using TypeDoc