Stellar program status showing

This commit is contained in:
2025-06-22 21:03:02 +08:00
parent 35b79d7562
commit 4c0ad5ef32
10 changed files with 385 additions and 21 deletions

View File

@ -87,7 +87,7 @@ _SnAccountProfile _$SnAccountProfileFromJson(Map<String, dynamic> json) =>
stellarMembership:
json['stellar_membership'] == null
? null
: SnWalletSubscription.fromJson(
: SnWalletSubscriptionRef.fromJson(
json['stellar_membership'] as Map<String, dynamic>,
),
createdAt: DateTime.parse(json['created_at'] as String),