IExplorerService class abstract

Implemented types
Implementers

Constructors

IExplorerService()

Properties

excludedWalletIds Set<String>?
The wallets that will be excluded from the modal.
getter/setter pair
excludedWalletState ExcludedWalletState
How the list of excluded wallets will be handled.
getter/setter pair
explorerUriRoot String
The root URI of the explorer API.
no setter
hashCode int
The hash code for this object.
no setterinherited
initialized ValueNotifier<bool>
getter/setter pairinherited
itemList ValueNotifier<List<GridListItemModel<WalletData>>>
getter/setter pairinherited
projectId String
The project ID used when querying the explorer API.
no setter
recommendedWalletIds Set<String>?
The recommended wallets that will be prioritized in the modal. Even if the excludedWalletIds list contains a wallet, it will still be displayed if it is in this list.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetchListings({required String endpoint, required String referer, ListingParams? params}) Future<List<Listing>>
filterList({String? query}) → void
inherited
getAssetImageUrl({required String imageId}) String
getRedirect({required String name}) → Redirect?
getWalletImageUrl({required String imageId}) String
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited