UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

7 lines 288 B
/** * @module networks * @exports networks * @description This module defines constants for available blockchain networks by retrieving them from the configuration. */ export declare const networks: Record<string, import("../index.js").Network>; //# sourceMappingURL=networks.d.ts.map