UNPKG

@fruitsjs/core

Version:

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

5 lines (4 loc) 293 B
import { ChainService } from '../../../service/chainService'; import { Account } from '../../../typings/account'; import { GetAccountArgs } from '../../../typings/args/getAccountArgs'; export declare const getAccount: (service: ChainService) => (args: GetAccountArgs) => Promise<Account>;