![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
Any meta data needed for Anoncoin integration. More...
#include <SpendMetaData.h>
Public Member Functions | |
SpendMetaData (uint256 accumulatorId, uint256 txHash) | |
Creates meta data associated with a coin spend. More... | |
Public Attributes | |
uint256 | accumulatorId |
The hash of the block containing the accumulator CoinSpend proves membership in. More... | |
uint256 | txHash |
Contains the hash of the rest of transaction spending a zerocoin (excluding the coinspend proof) More... | |
Any meta data needed for Anoncoin integration.
Can extended provided the getHash() function is updated
Definition at line 25 of file SpendMetaData.h.
Creates meta data associated with a coin spend.
accumulatorId | hash of block containing accumulator |
txHash | hash of transaction |
Definition at line 17 of file SpendMetaData.cpp.
uint256 libzerocoin::SpendMetaData::accumulatorId |
The hash of the block containing the accumulator CoinSpend proves membership in.
Definition at line 38 of file SpendMetaData.h.
uint256 libzerocoin::SpendMetaData::txHash |
Contains the hash of the rest of transaction spending a zerocoin (excluding the coinspend proof)
Definition at line 42 of file SpendMetaData.h.