stack_wallet/lib/models/keys/key_data_interface.dart
2024-07-04 15:17:05 -06:00

3 lines
50 B
Dart

mixin KeyDataInterface {
String get walletId;
}