TokenSwapParams class abstract
TokenSwapParams
Properties:
- Annotations
-
- @BuiltValue()
Constructors
- TokenSwapParams([void updates(TokenSwapParamsBuilder b)])
-
factory
Properties
- amountIn → String
-
no setter
- approved → bool?
-
no setter
- broadcast → bool?
-
no setter
- chainId → String?
-
no setter
- contractAddress → String?
-
no setter
- data → String?
-
no setter
- encoding → String?
-
no setter
- EOA → bool?
-
no setter
- gas → String?
-
no setter
- gasPrice → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- input → String?
-
no setter
- nonce → String?
-
no setter
- recipient → String
-
no setter
- referrer → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slippage → String
-
no setter
- to → String?
-
no setter
- tokenId → String?
-
no setter
- tokenIds → String?
-
no setter
- tokenIn → String
-
no setter
- tokenInDecimals → double
-
no setter
- tokenOut → String
-
no setter
- tokenOutDecimals → double
-
no setter
- value → String?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(TokenSwapParamsBuilder)) → TokenSwapParams -
Rebuilds the instance.
inherited
-
toBuilder(
) → TokenSwapParamsBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
TokenSwapParams> -
no setter