f "CA: Add skeletal CAssetReissuance class illustrating fields"

This commit is contained in:
Mark Friedenbach 2016-11-22 18:05:52 -08:00 committed by Gregory Sanders
parent 1524da3f7c
commit 129b1f2736

View file

@ -458,16 +458,16 @@ public:
// asset tag and reissuance tokens.
uint256 hashAssetEntropy;
// The reissuance amount, either positive (inflation) or negative
// (deflation). Note that the corresponding reissuance token must
// be the output being spent in either case.
CTxOutValue nAmount;
// This is a revelation of the blinding key for the input,
// which shows that the input being spent is of the reissuance
// capability type for the asset being inflated.
uint256 assetBlindingNonce;
// The reissuance amount, either positive (inflation) or negative
// (deflation). Note that the corresponding reissuance token must
// be the output being spent in either case.
CTxOutValue nAmount;
public:
// FIXME: constructor and methods
};