operator < method

bool operator <(
  1. TokenAmount other
)

Implementation

bool operator <(TokenAmount other) => wei < other.wei;