olympus-protocol-connector
Version:
Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript
11 lines (10 loc) • 460 B
TypeScript
import { Service } from '../../../Service';
import { IIndexRebalanceService } from '../../../interfaces/IIndexRebalanceService';
export declare class IndexRebalanceService extends Service implements IIndexRebalanceService {
private rebalanceService;
private derivativeFunctions;
static create(productAddress: string): Promise<IndexRebalanceService>;
private constructor();
canRebalance(): Promise<boolean>;
getRebalanceTxData(): any;
}