UNPKG

@soroswap/sdk

Version:

Official TypeScript SDK for Soroswap.Finance API - DEX and exchange aggregator on Stellar

6 lines 132 B
export interface PriceData { asset: string; price: number | null; timestamp: Date; } //# sourceMappingURL=price.d.ts.map