UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

13 lines (12 loc) 359 B
/** @ignore */ /** @internal */ import { Attachment } from '../typings/attachment'; /** * Creates send parameters for a transaction from attachment data * * @internal * @param attachment The attachment * @param params Any object * @return HttpParams */ export declare const createParametersFromAttachment: (attachment: Attachment, params: any) => any;