dropsToXrp static method

double dropsToXrp(
  1. int drops
)

Implementation

static double dropsToXrp(int drops) {
  return drops / DROPS_PER_XRP;
}