UNPKG

rubic-sdk

Version:
9 lines (8 loc) 158 B
export interface OpenOceanQuoteResponse { error?: string; code: number; data: { outAmount: string; estimatedGas: number; }; }