@fruitsjs/core
Version:
Principal package with functions and models for building Fruits Eco-Blockchain applications.
5 lines (4 loc) • 327 B
TypeScript
import { ChainService } from '../../../service/chainService';
import { TransactionId } from '../../../typings/transactionId';
import { SetAccountInfoArgs } from '../../../typings/args/setAccountInfoArgs';
export declare const setAccountInfo: (service: ChainService) => (args: SetAccountInfoArgs) => Promise<TransactionId>;