#include <wallet_errors.h>
◆ destinations_t
◆ sources_t
◆ tx_not_constructed()
| tools::error::tx_not_constructed::tx_not_constructed |
( |
std::string && |
loc, |
|
|
sources_t const & |
sources, |
|
|
destinations_t const & |
destinations, |
|
|
uint64_t |
unlock_time, |
|
|
bool |
testnet |
|
) |
| |
|
inlineexplicit |
◆ destinations()
| const destinations_t& tools::error::tx_not_constructed::destinations |
( |
| ) |
const |
|
inline |
◆ sources()
| const sources_t& tools::error::tx_not_constructed::sources |
( |
| ) |
const |
|
inline |
◆ to_string()
| std::string tools::error::tx_not_constructed::to_string |
( |
| ) |
const |
|
inline |
◆ unlock_time()
| uint64_t tools::error::tx_not_constructed::unlock_time |
( |
| ) |
const |
|
inline |
◆ m_destinations
◆ m_sources
| sources_t tools::error::tx_not_constructed::m_sources |
|
private |
◆ m_testnet
| bool tools::error::tx_not_constructed::m_testnet |
|
private |
◆ m_unlock_time
| uint64_t tools::error::tx_not_constructed::m_unlock_time |
|
private |
The documentation for this struct was generated from the following file: