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
/
api
/
spotMarginSavingsMaining
/
wallet
/
systemStatus.d.ts
5 lines
(4 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
import
{
BinanceClient
}
from
'../../../clients'
;
import
{ spot }
from
'../../../info'
;
export
declare
type
SystemStatusResponse
= spot.
SystemStatusTypeEnum
;
export
declare
function
systemStatus
(
client
:
BinanceClient
):
Promise
<spot.
SystemStatusTypeEnum
>;