stack_wallet/lib/services/mixins/xpubable.dart

3 lines
46 B
Dart

mixin XPubAble {
Future<String> get xpub;
}