mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-26 00:58:50 +00:00
formatting and model updates
This commit is contained in:
parent
96210df56b
commit
d02b7f7ad4
2 changed files with 3 additions and 2 deletions
lib
|
@ -197,6 +197,9 @@ class _OrdinalsViewState extends ConsumerState<OrdinalsView> with OrdinalsInterf
|
|||
name: "dummy name $i",
|
||||
inscription: "insc$i",
|
||||
rank: "r$i",
|
||||
collection: OrdCollection.moonbirds,
|
||||
utxoTXID: 'txid',
|
||||
utxoVOUT: 1
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
@ -12,8 +12,6 @@ import 'package:stackwallet/dto/ordinals/block_response.dart';
|
|||
import 'package:stackwallet/dto/ordinals/content_response.dart';
|
||||
import 'package:stackwallet/dto/ordinals/preview_response.dart';
|
||||
|
||||
import 'package:stackwallet/dto/ordinals/feed_response.dart'; // Assuming this import is necessary
|
||||
|
||||
class OrdinalsAPI {
|
||||
static final OrdinalsAPI _instance = OrdinalsAPI._internal();
|
||||
|
||||
|
|
Loading…
Reference in a new issue