Set the 20-byte EVM address of the sender.
This method must be used explicitly when working with accounts that have ECDSA keys with aliases,
as their EVM addresses cannot be automatically derived and must be retrieved from the Mirror Node API.
The EVM address can be filled using accountId.populateAccountEvmAddress(client)
A query that estimates the gas required for a contract function call using the Hedera Mirror Node.
This query simulates a contract call to estimate the amount of gas that would be required to execute the same call on the main network. It's useful for determining the appropriate gas limit before submitting an actual transaction.