UNPKG
sideshift-node-sdk
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
TypeScript Client for SideShift.ai API
github.com/Screpuh/SideShift-SDK
Screpuh/SideShift-SDK
sideshift-node-sdk
/
dist
/
types
/
pairs.d.ts
10 lines
(9 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export interface Pair {
min
:
string
;
max
:
string
; rate:
string
; depositCoin:
string
; settleCoin:
string
; depositNetwork:
string
; settleNetwork:
string
; }