UNPKG

@fruitsjs/core

Version:

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

3 lines (2 loc) 156 B
import { Transaction } from '../typings/transaction'; export declare function getRecipientsAmount(recipientId: string, transaction: Transaction): number;