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