UNPKG
@velora-dex/sdk
Version:
latest (9.1.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
/
dist
/
gas.d.ts
8 lines
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
WithGasPrice
= {
gasPrice
:
string
; };
export
type
WithMaxFee
= {
maxFeePerGas
:
string
;
maxPriorityFeePerGas
:
string
; };
//# sourceMappingURL=gas.d.ts.map