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) 462 B
import { IEndpointOptions, IGetContractOptions, IGetTagsOptions, IRegisterContractOptions } from './types'; export declare function getCatalogHandler(options: IEndpointOptions): Promise<void>; export declare function getContractHandler(options: IGetContractOptions): Promise<void>; export declare function getTagsHandler(options: IGetTagsOptions): Promise<void>; export declare function registerContractHandler(options: IRegisterContractOptions): Promise<void>;