UNPKG

@fruitsjs/core

Version:

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

10 lines (9 loc) 242 B
import { Keys } from '@fruitsjs/crypto'; export interface SendEncryptedMessageArgs { message: string; feePlanck: string; recipientId: string; recipientPublicKey: string; senderKeys: Keys; deadline?: number; }