This website requires JavaScript.
Explore
Help
Register
Sign in
Ecosystem
/
cake_wallet
Watch
1
Star
0
Fork
You've already forked cake_wallet
0
mirror of
https://github.com/cake-tech/cake_wallet.git
synced
2024-11-01 09:57:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
cbaa299dda
cake_wallet
/
lib
/
exchange
/
limits.dart
7 lines
98 B
Dart
Raw
Normal View
History
Unescape
Escape
Added the project
2020-01-04 19:31:52 +00:00
class
Limits
{
Fixed issues for linter and analyzer
2020-01-08 12:26:34 +00: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 20:58:25 +00:00
Flutter upgrade
2022-10-12 17:09:57 +00: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 20:58:25 +00:00
}
Reference in a new issue
Copy permalink