File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/cryptomarket Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 99import com .cryptomarket .params .OrderBy ;
1010import com .cryptomarket .params .ParamsBuilder ;
1111import com .cryptomarket .params .Sort ;
12- import com .cryptomarket .params .SortBy ;
1312import com .cryptomarket .params .TransactionStatus ;
1413import com .cryptomarket .params .TransactionSubtype ;
1514import com .cryptomarket .params .TransactionType ;
You can’t perform that action at this time.
0 commit comments