UNPKG

@fruitsjs/core

Version:

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

8 lines (7 loc) 181 B
export interface SetRewardRecipientArgs { deadline?: number; feePlanck: string; recipientId: string; senderPrivateKey: string; senderPublicKey: string; }