A transaction input.
More...
#include <Transaction.h>
|
| Input (json const &json) |
|
| Input (uint8_t const *&in, size_t &size) |
|
|
virtual void | serialize (std::vector< uint8_t > &out) const override |
|
virtual json | toJson () const override |
|
Equity::Transaction::Input::Input |
( |
json const & |
json | ) |
|
|
explicit |
- Parameters
-
json | A json representation of the input |
Transaction::Input::Input |
( |
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: