UNPKG

olympus-protocol-connector

Version:

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

6 lines (5 loc) 178 B
export interface ISellTokensOnCloseService { canSellTokensOnClose(): Promise<boolean>; isCompleted(): Promise<boolean>; getSellTokensOnCloseTxData(): Promise<any>; }