Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RPCTransactionManager

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

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