Variable typeConst

type: NetworkObjType = ...

An object of default network identifiers indexed by network name. https://github.com/standardconnect/xdir/blob/main/src/utils/id.ts

Example

import xdir from 'xdir';

const mainnet_id = xdir.id.mainnet // "0"

Generated using TypeDoc