UNPKG

@astonic-io/astonic-sdk

Version:

Official SDK for interacting with the Astonic Protocol

10 lines (9 loc) 225 B
import { Address } from './tradingLimit'; export interface TradingLimitsState { asset: Address; lastUpdated0: number; lastUpdated1: number; netflow0: number; netflow1: number; netflowGlobal: number; }