TypeScript SDK
RouteQuoteStep
type RouteQuoteStep = { destinationAmount: bigint; estimatedExecutionTimeMs: number; originAmount: bigint;};
type destinationAmount = bigint;
type estimatedExecutionTimeMs = number;
type originAmount = bigint;
type RouteQuoteStep = { destinationAmount: bigint; estimatedExecutionTimeMs: number; originAmount: bigint;};
type destinationAmount = bigint;
type estimatedExecutionTimeMs = number;
type originAmount = bigint;