TypeScript SDK

PreparedQuote

type PreparedQuote = {
blockNumber?: bigint;
destinationAmount: bigint;
estimatedExecutionTimeMs?: number;
expiration?: number;
originAmount: bigint;
steps: Array<RouteStep>;
timestamp: number;
};