UNPKG

bitverse-atomicals-js

Version:

Atomicals Javascript Library and CLI - atomicals.xyz

9 lines (8 loc) 351 B
import { ElectrumApiInterface } from "../api/electrum-api.interface"; import { CommandInterface } from "./command.interface"; export declare class GetAtomicalsAtLocationCommand implements CommandInterface { private electrumApi; private location; constructor(electrumApi: ElectrumApiInterface, location: string); run(): Promise<any>; }