UNPKG

bitverse-atomicals-js

Version:

Atomicals Javascript Library and CLI - atomicals.xyz

8 lines (7 loc) 263 B
import { CommandInterface } from "./command.interface"; export declare class CreateDmintItemManifestsCommand implements CommandInterface { private folder; private outputName; constructor(folder: string, outputName: string); run(): Promise<any>; }