SnapshotApi class

Constructors

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

getSnapshotById(String id) Future<MixinResponse<Snapshot>>
getSnapshotByTraceId(String traceId) Future<MixinResponse<Snapshot>>
getSnapshots({String? assetId, String? offset, int limit = 30, String? opponent, String? destination, String? tag}) Future<MixinResponse<List<Snapshot>>>
getSnapshotsByAssetId(String id, {String? offset, int limit = 30}) Future<MixinResponse<List<Snapshot>>>
getTicker(String assetId, {String? offset}) Future<MixinResponse<Ticker>>
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