UNPKG

@fruitsjs/core

Version:

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

9 lines (8 loc) 223 B
import { Attachment } from '../attachment'; export interface DefaultSendArgs { feePlanck: string; senderPublicKey: string; senderPrivateKey: string; attachment?: Attachment; deadline?: number; }