/** * Network API * All network-related operations (read-only) * @module api/network */ export { getBlockchainStatus, getMiningInfo, getPeer, getPeers, getServerStatus, getTime, getSuggestedFees, getNetworkInfo, } from './network';