- Implemented getTransactionHistory to retrieve a list of transactions for a given address from BscScan API.
- Implemented getTransactionDetails to fetch detailed information about a specific transaction using its hash.
- Added error handling and validation for both functions