UNPKG

@hicaru/bearby.js

Version:

The web3 inject of bearby walet to access massa blockchain

10 lines 276 B
import { Subject } from "../../lib/subject"; export declare class Blockchain { #private; period: number; constructor(subject: Subject); subscribe(cb: (block: number) => void): { unsubscribe: () => void; }; } //# sourceMappingURL=blockchain.d.ts.map