mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
CAKE-330 | added unspent coins details page to the app
This commit is contained in:
parent
b71e85b112
commit
e36c07b0da
8 changed files with 189 additions and 1 deletions
|
@ -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';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue