UNPKG
rubic-sdk-next
Version:
alpha (5.57.6-alpha.0)
latest (6.0.0-alpha-new-sdk-fixes.63)
6.0.0-alpha-usdt-zero-bridge.1
6.0.0-alpha-usdt-zero-bridge.0
6.0.0-alpha-rub-436.1
6.0.0-alpha-rub-436.0
6.0.0-alpha-rub-411.0
6.0.0-alpha-new-sdk-fixes-alpha-x.65
6.0.0-alpha-new-sdk-fixes.70
6.0.0-alpha-new-sdk-fixes.68
6.0.0-alpha-new-sdk-fixes.67
6.0.0-alpha-new-sdk-fixes.66
6.0.0-alpha-new-sdk-fixes.65
6.0.0-alpha-new-sdk-fixes.64
6.0.0-alpha-new-sdk-fixes.63
5.57.6-alpha.0
Simplify dApp creation
github.com/Cryptorubic/rubic-sdk
Cryptorubic/rubic-sdk
rubic-sdk-next
/
lib
/
features
/
common
/
providers
/
unizen
/
models
/
cross-chain-models
/
unizen-ccr-swap-response.d.ts
11 lines
(10 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
UniZenSwapResponse
{
data
:
string
;
contractVersion
:
string
;
estimateGas
:
string
;
estimateGasError
:
string
;
nativeValue
:
string
;
maxFeePerGas
:
string
;
maxPriorityFeePerGas
:
string
;
gasPrice
:
string
; }