export interface CreateSellOrderOptions {
    assetId: number;
    contextId: number;
    price: number;
    amount: number;
}
