UNPKG

@fruitsjs/core

Version:

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

8 lines (7 loc) 231 B
import { DefaultSendArgs } from './defaultSendArgs'; export interface TransferAssetArgs extends DefaultSendArgs { asset: string; quantity: string | number; recipientId: string; recipientPublicKey?: string; }