UNPKG

bitverse-atomicals-js

Version:

Atomicals Javascript Library and CLI - atomicals.xyz

6 lines (5 loc) 242 B
import { CommandResultInterface } from "./command-result.interface"; import { CommandInterface } from "./command.interface"; export declare class WalletCreateCommand implements CommandInterface { run(): Promise<CommandResultInterface>; }