UNPKG

@fruitsjs/core

Version:

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

3 lines (2 loc) 277 B
import { ChainService } from '../../../service/chainService'; export declare const generateSendTransactionQRCodeAddress: (service: ChainService) => (receiverId: string, amountNQT?: number, feeSuggestionType?: string, feeNQT?: number, immutable?: boolean) => Promise<string>;