#include <wallet_errors.h>
◆ tx_too_big() [1/2]
| tools::error::tx_too_big::tx_too_big |
( |
std::string && |
loc, |
|
|
const cryptonote::transaction & |
tx, |
|
|
uint64_t |
tx_weight_limit |
|
) |
| |
|
inlineexplicit |
◆ tx_too_big() [2/2]
| tools::error::tx_too_big::tx_too_big |
( |
std::string && |
loc, |
|
|
uint64_t |
tx_weight, |
|
|
uint64_t |
tx_weight_limit |
|
) |
| |
|
inlineexplicit |
◆ to_string()
| std::string tools::error::tx_too_big::to_string |
( |
| ) |
const |
|
inline |
◆ tx()
◆ tx_valid()
| bool tools::error::tx_too_big::tx_valid |
( |
| ) |
const |
|
inline |
◆ tx_weight()
| uint64_t tools::error::tx_too_big::tx_weight |
( |
| ) |
const |
|
inline |
◆ tx_weight_limit()
| uint64_t tools::error::tx_too_big::tx_weight_limit |
( |
| ) |
const |
|
inline |
◆ m_tx
◆ m_tx_valid
| bool tools::error::tx_too_big::m_tx_valid |
|
private |
◆ m_tx_weight
| uint64_t tools::error::tx_too_big::m_tx_weight |
|
private |
◆ m_tx_weight_limit
| uint64_t tools::error::tx_too_big::m_tx_weight_limit |
|
private |
The documentation for this struct was generated from the following file: