Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::NoopCallStackMetadataCollector Class Reference

#include <call_stack_metadata_collector.hpp>

Inheritance diagram for bb::avm2::simulation::NoopCallStackMetadataCollector:
bb::avm2::simulation::CallStackMetadataCollectorInterface

Public Member Functions

void set_phase (CoarseTransactionPhase) override
 
void notify_enter_call (const AztecAddress &, uint32_t, const CalldataProvider &, bool, const Gas &) override
 
void notify_exit_call (bool, uint32_t, const std::optional< std::string > &, const ReturnDataProvider &, const InternalCallStackProvider &) override
 
void notify_tx_revert (const std::string &) override
 
std::vector< CallStackMetadatadump_call_stack_metadata () override
 

Detailed Description

Definition at line 62 of file call_stack_metadata_collector.hpp.

Member Function Documentation

◆ dump_call_stack_metadata()

std::vector< CallStackMetadata > bb::avm2::simulation::NoopCallStackMetadataCollector::dump_call_stack_metadata ( )
inlineoverridevirtual

◆ notify_enter_call()

void bb::avm2::simulation::NoopCallStackMetadataCollector::notify_enter_call ( const AztecAddress ,
uint32_t  ,
const CalldataProvider ,
bool  ,
const Gas  
)
inlineoverridevirtual

◆ notify_exit_call()

void bb::avm2::simulation::NoopCallStackMetadataCollector::notify_exit_call ( bool  ,
uint32_t  ,
const std::optional< std::string > &  ,
const ReturnDataProvider ,
const InternalCallStackProvider  
)
inlineoverridevirtual

◆ notify_tx_revert()

void bb::avm2::simulation::NoopCallStackMetadataCollector::notify_tx_revert ( const std::string &  )
inlineoverridevirtual

◆ set_phase()

void bb::avm2::simulation::NoopCallStackMetadataCollector::set_phase ( CoarseTransactionPhase  )
inlineoverridevirtual

The documentation for this class was generated from the following file: