### Describe the Feature I would like to be able to format a json rpc response to ethersv6 representation ### Code Example In `ethers.ts`: ```diff + export { formatTransactionResponse } from './providers/format.js' ```