UNPKG
@oraichain/oraidex-evm-sdk
Version:
latest (0.2.5)
0.2.5
0.2.0
0.1.4
0.1.1
Oraidex EVM SDK
github.com/oraidex/evm-entry-point
oraidex/evm-entry-point
@oraichain/oraidex-evm-sdk
/
dist
/
interfaces
/
IOsor.d.ts
7 lines
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Route
}
from
'./IRouter'
;
export
type
OsorSmartRouteResponse
= {
swapAmount
:
string
;
returnAmount
:
string
;
routes
:
Route
[]; };
//# sourceMappingURL=IOsor.d.ts.map