UNPKG

@astonic-io/astonic-sdk

Version:

Official SDK for interacting with the Astonic Protocol

11 lines (10 loc) 233 B
import { Address } from './tradingLimit'; export interface TradingLimitsConfig { asset: Address; timestep0: number; timestep1: number; limit0: number; limit1: number; limitGlobal: number; flags: number; }