UNPKG

hector-rubic-sdk

Version:
17 lines (16 loc) 335 B
export interface OneinchSwapResponse { tx: { from: string; to: string; data: string; value: string; gasPrice: string; gas: number; }; toTokenAmount: string; error?: number; protocols: [{ fromTokenAddress: string; toTokenAddress: string; }[][]]; }