CatapultServer
v0.5.0.1 (Elephant)
|
A detached cosignature. More...
Public Member Functions | |
DetachedCosignature (const Key &signer, const catapult::Signature &signature, const Hash256 &parentHash) | |
Creates a detached cosignature around signer, signature and parentHash. More... | |
Public Attributes | |
Hash256 | ParentHash |
Hash of the corresponding parent. More... | |
Public Attributes inherited from catapult::model::Cosignature | |
Key | Signer |
Cosigner public key. More... | |
catapult::Signature | Signature |
Cosigner signature. More... | |
A detached cosignature.
|
inline |
Creates a detached cosignature around signer, signature and parentHash.
Hash256 catapult::model::DetachedCosignature::ParentHash |
Hash of the corresponding parent.