Hierarchy

  • RPC

Constructors

Properties

Methods

Constructors

  • Parameters

    • uri: string

      indexer uri

    Returns RPC

Properties

uri: string

Methods

  • Type Parameters

    • WithData extends boolean = true

    Parameters

    • searchKey: GetCellsSearchKey<WithData>
    • order: Order
    • limit: string
    • Optional cursor: string

    Returns Promise<GetLiveCellsResult<WithData>>

  • Returns Promise<string>

  • Returns Promise<Tip>

  • Type Parameters

    • Grouped extends boolean = false

    Parameters

    • searchKey: GetTransactionsSearchKey<Grouped>
    • order: Order
    • limit: string
    • Optional cursor: string

    Returns Promise<IndexerTransactionList<Grouped>>

Generated using TypeDoc