UNPKG

@fruitsjs/core

Version:

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

7 lines (6 loc) 203 B
import { DefaultSendArgs } from './defaultSendArgs'; export interface SendAmountArgs extends DefaultSendArgs { amountPlanck: string; recipientId: string; recipientPublicKey?: string; }