UNPKG

atomicals-js

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