#include <wallet_errors.h>
Definition at line 722 of file wallet_errors.h.
◆ tx_too_big() [1/2]
Definition at line 724 of file wallet_errors.h.
uint64_t get_transaction_weight(const transaction &tx, size_t blob_size)
const T & move(const T &t)
◆ 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 |
Definition at line 746 of file wallet_errors.h.
748 std::ostringstream ss;
750 ", tx_weight_limit = " << m_tx_weight_limit <<
751 ", tx weight = " << m_tx_weight;
std::string obj_to_json_str(T &obj)
◆ 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 |
The documentation for this struct was generated from the following file: