Output of a transaction.
More...
#include <vmTransactionOutput.hpp>
_Wolframe::db::VmTransactionOutput::VmTransactionOutput |
( |
| ) |
|
|
inline |
_Wolframe::db::VmTransactionOutput::VmTransactionOutput |
( |
const vm::OutputR & |
output | ) |
|
|
inline |
Get the result of one execution block.
- Parameters
-
[in] | index | index of the execution block (0=transaction result, 1..=input for audit operations) |
bool _Wolframe::db::VmTransactionOutput::isCaseSensitive |
( |
| ) |
const |
|
inline |
Evaluate if the underlying database is case sensitive.
- Returns
- true if yes, false else
void _Wolframe::db::VmTransactionOutput::print |
( |
std::ostream & |
out, |
|
|
const utils::PrintFormat * |
pformat = 0 |
|
) |
| const |
Print this transaction output.
std::string _Wolframe::db::VmTransactionOutput::tostring |
( |
const utils::PrintFormat * |
pformat = 0 | ) |
const |
Return the result as readable serialization.
The documentation for this class was generated from the following file: