|
Electroneum
|
#include <wallet_errors.h>


Public Member Functions | |
| tx_too_big (std::string &&loc, const cryptonote::transaction &tx, uint64_t tx_weight_limit) | |
| tx_too_big (std::string &&loc, uint64_t tx_weight, uint64_t tx_weight_limit) | |
| bool | tx_valid () const |
| const cryptonote::transaction & | tx () const |
| uint64_t | tx_weight () const |
| uint64_t | tx_weight_limit () const |
| std::string | to_string () const |
| Public Member Functions inherited from tools::error::wallet_error_base< std::logic_error > | |
| const std::string & | location () const |
| std::string | to_string () const |
Additional Inherited Members | |
| Protected Member Functions inherited from tools::error::transfer_error | |
| transfer_error (std::string &&loc, const std::string &message) | |
| Protected Member Functions inherited from tools::error::wallet_error_base< std::logic_error > | |
| wallet_error_base (std::string &&loc, const std::string &message) | |
Definition at line 722 of file wallet_errors.h.
|
inlineexplicit |
Definition at line 724 of file wallet_errors.h.

|
inlineexplicit |
Definition at line 733 of file wallet_errors.h.

|
inline |
Definition at line 746 of file wallet_errors.h.

|
inline |
Definition at line 742 of file wallet_errors.h.

|
inline |
Definition at line 741 of file wallet_errors.h.
|
inline |
Definition at line 743 of file wallet_errors.h.

|
inline |
Definition at line 744 of file wallet_errors.h.
