UNPKG

@mavrykdynamics/taquito

Version:

High level functionality that builds upon the other packages in the Mavryk Typescript Library Suite.

6 lines (5 loc) 242 B
import { OriginateParams } from "../operations/types"; import { ParserProvider } from "./interface"; export declare class NoopParser implements ParserProvider { prepareCodeOrigination(params: OriginateParams): Promise<OriginateParams>; }