UNPKG
@velora-dex/sdk
Version:
latest (9.2.0)
9.2.0
9.2.0-dev.0
9.1.0
9.0.0
8.1.1-dev.2
8.1.1-dev.1
8.1.1-dev.0
8.1.0
8.0.0
Velora SDK
github.com/VeloraDEX/paraswap-sdk
VeloraDEX/paraswap-sdk
@velora-dex/sdk
/
src
/
gas.ts
8 lines
(7 loc)
•
138 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
type
WithGasPrice
= {
gasPrice
:
string
; };
export
type
WithMaxFee
= {
maxFeePerGas
:
string
;
maxPriorityFeePerGas
:
string
; };