Single spending output.
More...
Definition at line 27 of file output.hpp.
#include <output.hpp>
◆ Output()
altintegration::Output::Output |
( |
Address |
_address, |
|
|
Coin |
_coin |
|
) |
| |
|
inline |
Definition at line 33 of file output.hpp.
34 : address(std::move(_address)), coin(_coin) {}
◆ operator==()
bool altintegration::Output::operator== |
( |
const Output & |
other | ) |
const |
|
noexcept |
- Parameters
-
- Returns
- comparing result
◆ toVbkEncoding()
void altintegration::Output::toVbkEncoding |
( |
WriteStream & |
stream | ) |
const |
- Parameters
-
stream | data stream to write into |
◆ address
Address altintegration::Output::address {} |
◆ coin
Coin altintegration::Output::coin {} |
The documentation for this struct was generated from the following file: