Represents transaction config to perform the swap
interface TransactionDto { approvalAddress?: string; data?: string; to?: string; value?: string; depositAddress?: string; extraFields?: unknown; feeLimit?: string; }
Last updated 20 days ago