UNPKG

myathhhh

Version:

Atomicals Javascript Library and CLI - atomicals.xyz

7 lines (6 loc) 207 B
import { CommandInterface } from "./command.interface"; export declare class DecodeTxCommand implements CommandInterface { private rawtx; constructor(rawtx: string); run(): Promise<any>; }