Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::eth::CallResult Struct Reference

#include <ExtVMFace.h>

Public Member Functions

 CallResult (evmc_status_code status, owning_bytes_ref &&output)
 

Public Attributes

evmc_status_code status
 
owning_bytes_ref output
 

Detailed Description

Represents a call result.

Todo:
: Replace with evmc_result in future.

Definition at line 176 of file ExtVMFace.h.

Constructor & Destructor Documentation

◆ CallResult()

dev::eth::CallResult::CallResult ( evmc_status_code  status,
owning_bytes_ref &&  output 
)
inline

Definition at line 181 of file ExtVMFace.h.

Member Data Documentation

◆ output

owning_bytes_ref dev::eth::CallResult::output

Definition at line 179 of file ExtVMFace.h.

◆ status

evmc_status_code dev::eth::CallResult::status

Definition at line 178 of file ExtVMFace.h.


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