CollectibleApi class

Constructors

CollectibleApi({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

collections(String collectionId) Future<MixinResponse<CollectibleCollection>>
getOutputs({required String members, required int threshold, String? state, String? offset, int limit = 500}) Future<MixinResponse<List<CollectibleOutput>>>
getToken(String tokenId) Future<MixinResponse<CollectibleToken>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requests(CollectibleRequestAction action, String raw) Future<MixinResponse<CollectibleRequest>>
toString() String
A string representation of this object.
inherited

Operators

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