This website requires JavaScript.
Explore
Help
Register
Sign in
android-apps-mirrors
/
CakeWallet
Watch
0
Star
0
Fork
You've already forked CakeWallet
0
mirror of
https://github.com/cake-tech/cake_wallet.git
synced
2025-06-28 20:39:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d0827dd39e
CakeWallet
/
lib
/
exchange
/
limits.dart
7 lines
98 B
Dart
Raw
Normal View
History
Unescape
Escape
Added the project
2020-01-04 21:31:52 +02:00
class
Limits
{
Fixed issues for linter and analyzer
2020-01-08 14:26:34 +02:00
const
Limits
(
{
this
.
min
,
this
.
max
}
)
;
Cw 473 exchange refactoring (#1126) * CW-473 Remove deprecated Exchanges * CW-473 Clean up Exchange Code * CW-473 Add Decimals to Crypto Enums * CW-473 Fix minor merge error * CW-473 Fix minor merge error * CW-473 Fix FAQ Locals * CW-473 Apply requested changes * CW-473 Show Error if Exchange Provider is not supported anymore * CW-473 Implement Requested Changes
2023-10-25 22:58:25 +02:00
Flutter upgrade
2022-10-12 13:09:57 -04:00
final
double
?
min
;
final
double
?
max
;
Cw 473 exchange refactoring (#1126) * CW-473 Remove deprecated Exchanges * CW-473 Clean up Exchange Code * CW-473 Add Decimals to Crypto Enums * CW-473 Fix minor merge error * CW-473 Fix minor merge error * CW-473 Fix FAQ Locals * CW-473 Apply requested changes * CW-473 Show Error if Exchange Provider is not supported anymore * CW-473 Implement Requested Changes
2023-10-25 22:58:25 +02:00
}
Reference in a new issue
Copy permalink