UNPKG

@opiumteam/opium-sdk-v2

Version:

one-stop-shop SDK to interact with the Opium-v2 protocol contracts, subgraphs and APIs

10 lines (9 loc) 219 B
import { BigNumberish } from 'ethers'; export declare type TDerivative = { margin: BigNumberish; endTime: number; params: BigNumberish[]; oracleId: string; token: string; syntheticId: string; };