RoutingDto
Represents an element in the swap chain to obtain the desired token
interface TokenAmountDto {
amount: string;
address: string;
decimals: number;
symbol: string;
name: string;
blockchainId: number;
}
interface {
type: 'cross-chain' | 'on-chain';
provider: string;
path: TokenAmountDto[];
}
Last updated
Was this helpful?