ChainRegistry.ts
This module interfaces with the indexer via the GraphQL protocol.
Added in v2.0.0
Signature
export declare class ChainRegistryError
Added in v2.0.0
Source: src/ChainRegistry.ts:42
Signature
export declare class ChainRegistry
Added in v2.0.0
Source: src/ChainRegistry.ts:53
Signature
export declare const getChainById: (id: UniversalChainId) => Effect.Effect<Chain, ChainRegistryError, Indexer>
Source: src/ChainRegistry.ts:241
Added in v2.0.0