UNPKG
@exchanges/binance
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.3
Exchange provider for Binance API
@exchanges/binance
/
build
/
info
/
coinM
/
userData.d.ts
2 lines
(1 loc)
•
93 B
TypeScript
View Raw
1
2
export
declare
type
ExecutionType =
'NEW'
|
'CANCELED'
|
'CALCULATED'
|
'EXPIRED'
|
'TRADE'
;