FullConfig - Rpc and indexer config
Create an instance of the zeitgeist sdk with only rpc features.
rpc
create with different config to enable indexer or rpc features.
Promise<Sdk
RpcConfig - Config for the rpc node
Create an instance of the zeitgeist sdk with only indexer features.
indexer
create with different config to enable indexer or rpc features.
Promise<Sdk
IndexerConfig - Config for the indexer
Generated using TypeDoc
Create an instance of the zeitgeist sdk with full features of both indexer and chain rpc.
Mode
full
Note
create with different config to enable indexer or rpc features.
Returns
Promise<Sdk>