UNPKG

@qso-soft/shared

Version:

Shared library for QSO-soft

4 lines (3 loc) 171 B
import { Networks } from '../types'; export declare const getAllRPCs: (networkName: Networks) => string[]; export declare const getRpc: (networkName: Networks) => string;