UNPKG

bitverse-atomicals-js

Version:

Atomicals Javascript Library and CLI - atomicals.xyz

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>; }