SHARDWIRE
ReferenceContracts & Diagnostics

getShardwireCatalog

Returns the full static Shardwire catalog (not negotiated per-connection).

function exported from src/dx/shardwire-catalog.ts.

Summary

Returns the full static Shardwire catalog (not negotiated per-connection).

Signature

/**
 * Returns the full static Shardwire catalog (not negotiated per-connection).
 *
 * @see https://shardwire.js.org/docs/reference/contracts-and-diagnostics/get-shardwire-catalog/
 */
export function getShardwireCatalog(): ShardwireCatalog;

On this page