mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-25 12:59:24 +00:00
4 lines
50 B
Dart
4 lines
50 B
Dart
|
mixin KeyDataInterface {
|
||
|
String get walletId;
|
||
|
}
|