A transaction ID.
More...
#include <Txid.h>
|
| | Txid (json const &json) |
| |
| | Txid (uint8_t const *&in, size_t &size) |
| |
|
|
virtual void | serialize (std::vector< uint8_t > &out) const override |
| |
|
virtual json | toJson () const override |
| |
A transaction ID.
This object is used to reference a transaction in the block chain.
| Txid::Txid |
( |
json const & |
json | ) |
|
|
explicit |
- Parameters
-
| json | A json representation of the txid |
| Txid::Txid |
( |
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:
- include/equity/Txid.h
- equity/Txid.cpp