Skip to content

Commit a492b0d

Browse files
committed
feat: adds new transaction substatus airdrop
1 parent cd2080b commit a492b0d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/main/java/com/cryptomarket/params/TransactionSubtype.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ public enum TransactionSubtype {
2121
/** chain switch from */
2222
CHAIN_SWITCH_FROM("CHAIN_SWITCH_FROM"),
2323
/** chain switch to */
24-
CHAIN_SWITCH_TO("CHAIN_SWITCH_TO");
24+
CHAIN_SWITCH_TO("CHAIN_SWITCH_TO"),
25+
/** airdrop */
26+
AIRDROP("AIRDROP");
2527

2628
private final String label;
2729

src/main/java/com/cryptomarket/sdk/websocket/CryptomarketWSWalletClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import com.cryptomarket.params.OrderBy;
1010
import com.cryptomarket.params.ParamsBuilder;
1111
import com.cryptomarket.params.Sort;
12-
import com.cryptomarket.params.SortBy;
1312
import com.cryptomarket.params.TransactionStatus;
1413
import com.cryptomarket.params.TransactionSubtype;
1514
import com.cryptomarket.params.TransactionType;

0 commit comments

Comments
 (0)