eth_call: TxDescriptor<
{
data: Binary;
dest: FixedSizeBinary<20>;
effective_gas_price: FixedSizeArray<4, bigint>;
encoded_len: number;
gas_limit: { proof_size: bigint; ref_time: bigint };
transaction_encoded: Binary;
value: FixedSizeArray<4, bigint>;
},
>
Same as [
Self::call], but intended to be dispatched only by an EVM transaction through the EVM compatibility layer.