UNPKG

atomicals-js

Version:
9 lines (8 loc) 290 B
import { CommandInterface } from "./command.interface"; export declare class CreateDmintCommand implements CommandInterface { private folder; private mintHeight; private bitworkc; constructor(folder: string, mintHeight: number, bitworkc: string); run(): Promise<any>; }