dev
dart 5 lines 106 Bytes
Raw
1 class AnyPayChain {
2 static const xmr = 'XMR';
3 static const btc = 'BTC';
4 static const ltc = 'LTC';
5 }