Variable statusConst

status: NetworkObjType = ...

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

Example

import bibble from 'bibble';

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

Generated using TypeDoc