diff --git a/fern/api-reference/trace-api/trace-api-resources/trace-call-vs-debug-tracecall.mdx b/fern/api-reference/trace-api/trace-api-resources/trace-call-vs-debug-tracecall.mdx index d7167ba59..b2a51d65e 100644 --- a/fern/api-reference/trace-api/trace-api-resources/trace-call-vs-debug-tracecall.mdx +++ b/fern/api-reference/trace-api/trace-api-resources/trace-call-vs-debug-tracecall.mdx @@ -5,10 +5,6 @@ subtitle: The differences between the trace_call method by OpenEthereum and the slug: reference/trace_call-vs-debug_tracecall --- -# trace\_call vs debug\_traceCall - -The differences between the trace\_call method by OpenEthereum and the debug\_traceCall method by Geth - # Introduction Geth and OpenEthereum are two popular Ethereum clients. In this article, we'll compare and contrast the [trace\_call](/reference/trace-call) method offered by OpenEthereum with the [debug\_traceCall](/reference/debug-tracecall) method offered by Geth. Both of these methods are used for transaction tracing. diff --git a/fern/api-reference/trace-api/trace-api-resources/what-is-trace-block.mdx b/fern/api-reference/trace-api/trace-api-resources/what-is-trace-block.mdx index d48f41c2c..8e4d29b6b 100644 --- a/fern/api-reference/trace-api/trace-api-resources/what-is-trace-block.mdx +++ b/fern/api-reference/trace-api/trace-api-resources/what-is-trace-block.mdx @@ -5,10 +5,6 @@ subtitle: Learn what the trace_block method is, how to use it on EVM blockchains slug: reference/what-is-trace_block --- -# What is trace\_block? - -Learn what the [trace\_block](/reference/trace-block) method is, how to use it on EVM blockchains, and test an example use case. - # Prerequisites Before reading this article you should have a clear understanding of [EVM Traces](/reference/what-are-evm-traces). diff --git a/fern/api-reference/trace-api/trace-api-resources/what-is-trace-filter.mdx b/fern/api-reference/trace-api/trace-api-resources/what-is-trace-filter.mdx index f0de38553..97d7f235c 100644 --- a/fern/api-reference/trace-api/trace-api-resources/what-is-trace-filter.mdx +++ b/fern/api-reference/trace-api/trace-api-resources/what-is-trace-filter.mdx @@ -5,10 +5,6 @@ subtitle: Learn what the trace_filter method is, how to use it on EVM blockchain slug: reference/what-is-trace_filter --- -# What is trace\_filter? - -Learn what the [trace\_filter](/reference/trace-filter) method is, how to use it on EVM blockchains, and test an example use case. - # Prerequisites Before reading this article you should have a clear understanding of [EVM Traces](/reference/what-are-evm-traces). diff --git a/fern/api-reference/trace-api/trace-api-resources/what-is-trace-transaction.mdx b/fern/api-reference/trace-api/trace-api-resources/what-is-trace-transaction.mdx index 6232d95c8..5df2e85ed 100644 --- a/fern/api-reference/trace-api/trace-api-resources/what-is-trace-transaction.mdx +++ b/fern/api-reference/trace-api/trace-api-resources/what-is-trace-transaction.mdx @@ -5,10 +5,6 @@ subtitle: Learn what the trace_transaction method is, how to use it on EVM block slug: reference/what-is-trace_transaction --- -# What is trace\_transaction? - -Learn what the [trace\_transaction](/reference/trace-transaction) method is, how to use it on EVM blockchains, and test an example use case. - # Prerequisites Before reading this article you should have a clear understanding of [EVM Traces](/reference/what-are-evm-traces).