JupiterMarket class

Annotations
  • @JsonSerializable()

Constructors

JupiterMarket({required String id, required String label, required String inputMint, required String outputMint, required bool notEnoughLiquidity, required int inAmount, required int outAmount, required double? priceImpactPct, required JupiterFee lpFee, required JupiterFee platformFee})
JupiterMarket.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
inAmount int
final
inputMint String
final
label String
final
lpFee JupiterFee
final
notEnoughLiquidity bool
final
outAmount int
final
outputMint String
final
platformFee JupiterFee
final
priceImpactPct double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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