export interface AssetOrder { account: string; accountRS: string; priceNQT: string; price: string; order: string; type: 'ask' | 'bid'; asset: string; quantityQNT: string; height: number; }