mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
small type fix
This commit is contained in:
@@ -238,8 +238,8 @@ export type FuturesTradeInfo = {
|
||||
futuresTradeRequestId: string
|
||||
sender: string
|
||||
instrument: string
|
||||
buyPrice: number
|
||||
sellPrice: number
|
||||
buyPrice: number | null
|
||||
sellPrice: number | null
|
||||
buyPower: number
|
||||
sellPower: number
|
||||
minAmount: number
|
||||
|
||||
Reference in New Issue
Block a user