UNPKG

@parifi/synthetix-sdk-ts

Version:

A Typescript SDK for interactions with the Synthetix protocol

13 lines (11 loc) 261 B
type MetadataResponse = [string, string]; type PythPriceId = { symbol: string; feedId: string; }; type MarketMetadata = { marketName: string; symbol: string; feedId: string; }; export type { MarketMetadata, MetadataResponse, PythPriceId };