AssetApi class

Constructors

AssetApi({required Dio dio})

Properties

dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAssetById(String id) Future<MixinResponse<Asset>>
getAssetFee(String id) Future<MixinResponse<AssetFee>>
getAssets() Future<MixinResponse<List<Asset>>>
getChain(String chainId) Future<MixinResponse<Chain>>
getChains() Future<MixinResponse<List<Chain>>>
getTopAssets() Future<MixinResponse<List<Asset>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pendingDeposits(String assetId, {String? destination, String? tag}) Future<MixinResponse<List<PendingDeposit>>>
queryAsset(String query) Future<MixinResponse<List<Asset>>>
toString() String
A string representation of this object.
inherited

Operators

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