UNPKG

@fruitsjs/core

Version:

Principal package with functions and models for building Fruits Eco-Blockchain applications.

3 lines (2 loc) 153 B
import { Attachment } from '../typings/attachment'; export declare const createParametersFromAttachment: (attachment: Attachment, params: any) => any;