UNPKG

olympus-protocol-connector

Version:

Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript

5 lines (4 loc) 512 B
import { IDerivativeService, IERC20DerivativeService, ISellTokensOnCloseService, IDerivativeWhitelisted, IManagedDerivative, IDerivativeWithdrawService, Template, IFundTrade, IHandleTokenBrokens, IOlympusFundPartial } from '.'; export interface IOlympusFundService extends IDerivativeService, IERC20DerivativeService, ISellTokensOnCloseService, IDerivativeWithdrawService, IDerivativeWhitelisted, IManagedDerivative, IFundTrade, IHandleTokenBrokens, IOlympusFundPartial { getTemplate(): Promise<Template>; }