crossbell - v1.13.1

    Function createIndexer

    • This function is used to create an indexer, and fetch data like characters, links from the indexer.

      Parameters

      • OptionalendpointOrOptions: IndexerOptions

      Returns Indexer

      import { createIndexer } from 'crossbell'

      const indexer = createIndexer()
      const res = await indexer.character.getMany('0x...')
      console.log(res.list)

      https://indexer.crossbell.io/docs The underlying APIs.

    MMNEPVFCICPMFPCPTTAAATR