Router class

Represents the Uniswap V2 Router, and has static methods for helping execute trades.

Constructors

Router()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

swapCallParameters(Trade trade, TradeOptions options) SwapParameters
Cannot be constructed. Produces the on-chain method name to call and the hex encoded parameters to pass as arguments for a given trade. @param trade to produce call parameters for @param options options for the call parameters