BluxBlux

Get Network

Retrieve the currently active network in your Blux app.

The getNetwork function returns the currently active network of the app.

Usage

import { core } from "@bluxcc/core";

core.getNetwork();

On this page