Skip to content

Commit 63cf14f

Browse files
committed
🚧: add authorized websocket
1 parent 10ada61 commit 63cf14f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

reactive-crypto-binance/src/main/kotlin/com/njkim/reactivecrypto/binance/model/BinanceListenKeyResponse.kt

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
package com.njkim.reactivecrypto.binance.model
1818

1919
import com.fasterxml.jackson.annotation.JsonProperty
20-
import com.njkim.reactivecrypto.core.common.model.currency.Currency
21-
import com.njkim.reactivecrypto.core.common.model.currency.CurrencyPair
22-
import java.math.BigDecimal
23-
import java.time.ZonedDateTime
2420

2521
data class BinanceListenKeyResponse(
2622
@JsonProperty("listenKey")

0 commit comments

Comments
 (0)