UNPKG

quiamet

Version:

The web3 inject of bearby walet to access massa blockchain

10 lines 267 B
import { Subject } from "../../lib/subject"; export declare class Network { #private; net?: string; constructor(subject: Subject); subscribe(cb: (net?: string) => void): { unsubscribe: () => void; }; } //# sourceMappingURL=network.d.ts.map