PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CTxInShortDigest Class Reference

#include <transaction.h>

Collaboration diagram for CTxInShortDigest:
[legend]

Public Member Functions

 CTxInShortDigest (const CTxIn &in)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 
uint256 GetHash ()
 

Public Attributes

COutPoint prevout
 
CScript scriptSig
 
uint32_t nSequence
 
std::vector< unsigned char > encryptionKey
 
CKeyImage keyImage
 
std::vector< unsigned char > masternodeStealthAddress
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 489 of file transaction.h.

Constructor & Destructor Documentation

◆ CTxInShortDigest()

CTxInShortDigest::CTxInShortDigest ( const CTxIn in)
inline

Definition at line 500 of file transaction.h.

Member Function Documentation

◆ GetHash()

uint256 CTxInShortDigest::GetHash ( )
inline

Definition at line 522 of file transaction.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SerializationOp()

template<typename Stream , typename Operation >
void CTxInShortDigest::SerializationOp ( Stream &  s,
Operation  ser_action,
int  nType,
int  nVersion 
)
inline

Definition at line 513 of file transaction.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CTxInShortDigest::ADD_SERIALIZE_METHODS

Definition at line 510 of file transaction.h.

◆ encryptionKey

std::vector<unsigned char> CTxInShortDigest::encryptionKey

Definition at line 496 of file transaction.h.

◆ keyImage

CKeyImage CTxInShortDigest::keyImage

Definition at line 497 of file transaction.h.

◆ masternodeStealthAddress

std::vector<unsigned char> CTxInShortDigest::masternodeStealthAddress

Definition at line 498 of file transaction.h.

◆ nSequence

uint32_t CTxInShortDigest::nSequence

Definition at line 494 of file transaction.h.

◆ prevout

COutPoint CTxInShortDigest::prevout

Definition at line 492 of file transaction.h.

◆ scriptSig

CScript CTxInShortDigest::scriptSig

Definition at line 493 of file transaction.h.


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