Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

Blockchains: { cosmos?: CosmosBlockchains; near?: Nodes }

Type declaration

CosmosBlockchains: Record<string, RpcNodesAndLcdNodes>

Every key is the name of a Cosmos blockchain such as 'juno'.

Nodes: string[]

A list of blockchain node URLs for a particular blockchain.

RpcNodesAndLcdNodes: { lcdNodes?: Nodes; rpcNodes?: Nodes }

Type declaration

  • Optional Readonly lcdNodes?: Nodes
  • Optional Readonly rpcNodes?: Nodes

Variables

defaults: Blockchains = ...

Default URLs to use for your convenience URLs for Cosmos are dynamically fetched from the chain registry, and URLs for NEAR are from near.

near: string[] = ...

Generated using TypeDoc