CatapultServer  v0.5.0.1 (Elephant)
catapult::model::DetachedCosignature Struct Reference

A detached cosignature. More...

Inheritance diagram for catapult::model::DetachedCosignature:
Collaboration diagram for catapult::model::DetachedCosignature:

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...
 

Detailed Description

A detached cosignature.

Constructor & Destructor Documentation

◆ DetachedCosignature()

catapult::model::DetachedCosignature::DetachedCosignature ( const Key signer,
const catapult::Signature signature,
const Hash256 parentHash 
)
inline

Creates a detached cosignature around signer, signature and parentHash.

Member Data Documentation

◆ ParentHash

Hash256 catapult::model::DetachedCosignature::ParentHash

Hash of the corresponding parent.


The documentation for this struct was generated from the following file: