@opiumteam/opium-sdk-v2
Version:
one-stop-shop SDK to interact with the Opium-v2 protocol contracts, subgraphs and APIs
6 lines (5 loc) • 408 B
TypeScript
export declare const holderPositionsQuery: (holderAddress: string) => string;
export declare const tickersByDerivativeHashQuery: (derivativeHash: string) => string;
export declare const tickersByLongPositionAddressQuery: (longPositionAddress: string) => string;
export declare const tickersByShortPositionAddressQuery: (shortPositionAddress: string) => string;
export declare const allTickers: () => string;