UNPKG

@fruitsjs/core

Version:

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

5 lines (4 loc) 328 B
import { ChainService } from '../../../service/chainService'; import { TransactionId } from '../../../typings/transactionId'; import { SendAmountArgs } from '../../../typings/args/sendAmountArgs'; export declare const sendAmountToSingleRecipient: (service: ChainService) => (args: SendAmountArgs) => Promise<TransactionId>;