UNPKG

@fruitsjs/core

Version:

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

5 lines (4 loc) 137 B
import { DefaultSendArgs } from './defaultSendArgs'; export interface CancelOrderArgs extends DefaultSendArgs { order: string; }