UNPKG

hector-rubic-sdk

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