UNPKG

@fruitsjs/core

Version:

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

4 lines (3 loc) 213 B
import { ChainService } from '../../../service'; import { RewardRecipient } from '../../..'; export declare const getRewardRecipient: (service: ChainService) => (accountId: string) => Promise<RewardRecipient>;