Optional
endpointOrOptions: IndexerOptionsimport { 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.
This function is used to create an indexer, and fetch data like characters, links from the indexer.