mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 16:08:06 +00:00
fix: resolve ktlint errors in bridge feature module
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ package io.novafoundation.nova.feature_bridge_api.domain.model
|
||||
import java.math.BigDecimal
|
||||
|
||||
enum class BridgeTransactionType {
|
||||
DEPOSIT, // Polkadot USDT -> Pezkuwi wUSDT
|
||||
WITHDRAW // Pezkuwi wUSDT -> Polkadot USDT
|
||||
DEPOSIT, // Polkadot USDT -> Pezkuwi wUSDT
|
||||
WITHDRAW // Pezkuwi wUSDT -> Polkadot USDT
|
||||
}
|
||||
|
||||
enum class BridgeTransactionStatus {
|
||||
|
||||
Reference in New Issue
Block a user