UNPKG

@fruitsjs/core

Version:

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

4 lines (3 loc) 376 B
import { ChainService } from '../../../service/chainService'; import { TransactionId } from '../../../typings/transactionId'; export declare const sendSameAmountToMultipleRecipients: (service: ChainService) => (amountPlanck: string, feePlanck: string, recipientIds: string[], senderPublicKey: string, senderPrivateKey: string, deadline?: number) => Promise<TransactionId>;