UNPKG

265 BTypeScriptView Raw
1import * as networks from "./networks";
2export declare type NetworkType = typeof networks.mainnet.network | typeof networks.devnet.network | typeof networks.testnet.network | typeof networks.unitnet.network;
3export declare type NetworkName = keyof typeof networks;