Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
dcn::chain::DeployReceipt Struct Reference

#include <deploy.hpp>

Public Attributes

std::string tx_hash
 
evmc::address signer_address {}
 
evmc::address contract_address {}
 
std::string block_number_hex
 
std::string gas_used_hex
 

Member Data Documentation

◆ block_number_hex

std::string dcn::chain::DeployReceipt::block_number_hex

◆ contract_address

evmc::address dcn::chain::DeployReceipt::contract_address {}

◆ gas_used_hex

std::string dcn::chain::DeployReceipt::gas_used_hex

◆ signer_address

evmc::address dcn::chain::DeployReceipt::signer_address {}

◆ tx_hash

std::string dcn::chain::DeployReceipt::tx_hash

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