stack_wallet/lib/services/mixins/xpubable.dart

4 lines
46 B
Dart
Raw Normal View History

mixin XPubAble {
Future<String> get xpub;
}