UNPKG

@fruitsjs/core

Version:

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

7 lines (6 loc) 194 B
import { DefaultSendArgs } from './defaultSendArgs'; export interface PlaceOrderArgs extends DefaultSendArgs { asset: string; pricePlanck: string; quantity: string | number; }