#include <sepolia_backend.hpp>
◆ SepoliaBackend()
| dcn::sepolia::SepoliaBackend::SepoliaBackend |
( |
BackendConfig |
cfg | ) |
|
|
explicit |
◆ config()
| const BackendConfig & dcn::sepolia::SepoliaBackend::config |
( |
| ) |
const |
|
noexcept |
◆ deployContract()
| std::expected< chain::DeployReceipt, chain::DeployError > dcn::sepolia::SepoliaBackend::deployContract |
( |
const std::vector< std::uint8_t > & |
init_code, |
|
|
std::optional< std::uint64_t > |
gas_limit = std::nullopt, |
|
|
std::uint64_t |
value_wei = 0 |
|
) |
| const |
|
overridevirtual |
◆ sendCreateTransaction()
| std::expected< std::string, chain::DeployError > dcn::sepolia::SepoliaBackend::sendCreateTransaction |
( |
const std::vector< std::uint8_t > & |
init_code, |
|
|
std::optional< std::uint64_t > |
gas_limit = std::nullopt, |
|
|
std::uint64_t |
value_wei = 0 |
|
) |
| const |
|
overridevirtual |
◆ signerAddress()
| std::expected< evmc::address, chain::DeployError > dcn::sepolia::SepoliaBackend::signerAddress |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: