Send transaction
Send the transaction to the DEX Aggregator contract.
Example
library.getSigner().sendTransaction({
from: account,
to: contractAddress,
data: data,
gasPrice: userGasPrice?.value, // optional
gasLimit: estimateGas, // optional
value: nativeValue
});Parameters
Return Value
Last updated