mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-03 11:38:09 +03:00
cfdHistorySchema was updated
package.json version 0.16.0-rc.6 was updated
This commit is contained in:
@@ -7,6 +7,8 @@ const cfdHistoryItem = z.object({
|
||||
instrument: z.string(),
|
||||
instrumentAddress: z.string(),
|
||||
balance: z.string(),
|
||||
amount: z.string(),
|
||||
amountNumber: z.string(),
|
||||
position: z.string(),
|
||||
reason: z.enum(['WITHDRAW', 'DEPOSIT']),
|
||||
positionPrice: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user