A transaction output.
More...
#include <Transaction.h>
|
| | Output (std::string const &json) |
| |
| | Output (uint8_t const *&in, size_t &size) |
| |
|
|
virtual void | serialize (std::vector< uint8_t > &out) const override |
| |
|
virtual json | toJson () const override |
| |
|
|
uint64_t | value |
| | Value of the output in satoshis.
|
| |
|
std::vector< uint8_t > | script |
| | Output script.
|
| |
| Equity::Transaction::Output::Output |
( |
std::string const & |
json | ) |
|
- Parameters
-
| json | A json representation of the output |
| Transaction::Output::Output |
( |
uint8_t const *& |
in, |
|
|
size_t & |
size |
|
) |
| |
- Parameters
-
| [in,out] | in | pointer to the next byte to deserialize |
| [in,out] | size | number of bytes remaining in the serialized stream |
The documentation for this struct was generated from the following files: