mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
type fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.17.6-rc.0",
|
||||
"version": "0.17.6-rc.1",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/esm/index.js",
|
||||
"module": "./lib/esm/index.js",
|
||||
|
||||
@@ -71,7 +71,7 @@ type FuturesTradeInfoSubscription = {
|
||||
S: string,
|
||||
i: string,
|
||||
a: number,
|
||||
p: boolean,
|
||||
p?: number,
|
||||
},
|
||||
callback: (futuresTradeInfo: FuturesTradeInfo) => void,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user