menu
flutterchain package
documentation
flutterchain_lib/formaters/chains/xrp_formatter.dart
XrpFormatter
dropsToXrp static method
dropsToXrp static method
dark_mode
light_mode
dropsToXrp
static method
double
dropsToXrp
(
int
drops
)
Implementation
static double dropsToXrp(int drops) { return drops / DROPS_PER_XRP; }
flutterchain package
documentation
flutterchain_lib/formaters/chains/xrp_formatter
XrpFormatter
dropsToXrp static method
XrpFormatter class