|
Electroneum
|
#include <stdint.h>#include <vector>#include "cryptonote_basic/cryptonote_basic_impl.h"#include "cryptonote_basic/cryptonote_format_utils.h"#include "blockchain.h"#include "tx_sanity_check.h"
Go to the source code of this file.
Namespaces | |
| cryptonote | |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | ELECTRONEUM_DEFAULT_LOG_CATEGORY "verify" |
Functions | |
| bool | cryptonote::tx_sanity_check (Blockchain &blockchain, const cryptonote::blobdata &tx_blob) |
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "verify" |
Definition at line 37 of file tx_sanity_check.cpp.