UNPKG
soulswap-rubik-sdk
Version:
latest (1.0.0)
1.0.0
Simplify dApp creation
github.com/BunsDev/rubic-sdk
BunsDev/rubic-sdk
soulswap-rubik-sdk
/
lib
/
features
/
instant-trades
/
models
/
gas-params.d.ts
9 lines
(8 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
OptionsGasParams
{
gasPrice
?:
string
;
gasLimit
?:
string
; }
export
interface
TransactionGasParams
{
gas
?:
string
;
gasPrice
?:
string
; }