mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
TMP 1
This commit is contained in:
parent
b605a98811
commit
957ca8cd58
23 changed files with 1082 additions and 440 deletions
6
lib/core/wallet_credentials.dart
Normal file
6
lib/core/wallet_credentials.dart
Normal file
|
@ -0,0 +1,6 @@
|
|||
abstract class WalletCredentials {
|
||||
const WalletCredentials({this.name, this.password});
|
||||
|
||||
final String name;
|
||||
final String password;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue