UNPKG
soulswap-rubik-sdk
Version:
latest (1.0.0)
1.0.0
Simplify dApp creation
github.com/BunsDev/rubic-sdk
BunsDev/rubic-sdk
soulswap-rubik-sdk
/
lib
/
features
/
instant-trades
/
dexes
/
common
/
oneinch-common
/
models
/
oneinch-swap-request.d.ts
12 lines
(11 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
OneinchSwapRequest
{
params
: {
fromTokenAddress
:
string
;
toTokenAddress
:
string
;
amount
:
string
;
slippage
:
string
;
fromAddress
:
string
;
disableEstimate
:
boolean
;
mainRouteParts
?:
string
; }; }