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