UNPKG

soulswap-rubik-sdk

Version:
7 lines (6 loc) 177 B
export interface SwapTransactionOptions { onConfirm?: (hash: string) => void; onApprove?: (hash: string | null) => void; gasPrice?: string; gasLimit?: string; }