UNPKG

pegasys-orchestrate

Version:

The PegaSys Orchestrate library provides convenient access to the Codefi Orchestrate API from applications written in server-side JavaScript

6 lines (5 loc) 112 B
export interface IPrivate { privateFrom?: string; privateFor?: string[]; privacyGroupId?: string; }