UNPKG

@astonic-io/astonic-sdk

Version:

Official SDK for interacting with the Astonic Protocol

8 lines (7 loc) 142 B
export type Address = string; export interface TradingLimit { asset: Address; maxIn: number; maxOut: number; until: number; }