mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
f "CA: Add skeletal CAssetReissuance class illustrating fields"
This commit is contained in:
parent
1524da3f7c
commit
129b1f2736
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue