WinoGarcia / CryptoPay

Cryptocurrency payment system based on @cryptobot in Telegram
MIT License
18 stars 8 forks source link

The frequent updates to the currency list in the CryptoPay service prevent the use of a static currency list #15

Closed WinoGarcia closed 7 months ago

WinoGarcia commented 7 months ago

Given that the list of available currencies in the CryptoPay service frequently changes, the utilization of these Assets becomes less effective. However, you can convert an Assets value into a string by using Enum.GetName(Assets.BTC), or obtain an Assets value from a text string by using Enum.Parse(yourString)

More information here