All chains
    Preparing search index...

    Type Alias eth_call

    eth_call: TxDescriptor<
        {
            data: Binary;
            dest: FixedSizeBinary<20>;
            gas_limit: { proof_size: bigint; ref_time: bigint };
            storage_deposit_limit: bigint;
            value: FixedSizeArray<4, bigint>;
        },
    >

    Same as [Self::call], but intended to be dispatched only by an EVM transaction through the EVM compatibility layer.