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