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
/
swap-transaction-options.d.ts
7 lines
(6 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
SwapTransactionOptions
{
onConfirm
?:
(
hash
:
string
) =>
void
;
onApprove
?:
(
hash
:
string
|
null
) =>
void
;
gasPrice
?:
string
;
gasLimit
?:
string
; }