RavenProject / ravenwallet-android

MIT License
18 stars 28 forks source link

Support for Restricted Assets #66

Open TronBlack opened 4 years ago

TronBlack commented 3 years ago

Android Wallet should support Restricted Assets. These assets may not be transferrable if the appropriate tags are not associated with the target address.

There are two levels:

  1. Display Restricted Assets and try to send with the network handling bad sends.
  2. Detect the absence of the necessary tags (using tag logic from core) and pre-notify the user of the reason the asset cannot be sent. Do the same with frozen Restricted Assets, and Restricted Assets where trading is suspended.