CAKE-330 | added unspent coins details page to the app

This commit is contained in:
OleksandrSobol 2021-05-27 20:57:51 +03:00
parent b71e85b112
commit e36c07b0da
8 changed files with 189 additions and 1 deletions

View file

@ -55,4 +55,5 @@ class Routes {
static const orderDetails = '/order_details';
static const wyre = '/wyre';
static const unspentCoinsList = '/unspent_coins_list';
static const unspentCoinsDetails = '/unspent_coins_details';
}