|
hdac SDK
SDK for hdac blockchain development
|
#include <transaction.h>
Public 멤버 함수 | |
| CTxIn (COutPoint prevoutIn, CScript scriptSigIn=CScript(), uint32_t nSequenceIn=std::numeric_limits< unsigned int >::max()) | |
| CTxIn (uint256 hashPrevTx, uint32_t nOut, CScript scriptSigIn=CScript(), uint32_t nSequenceIn=std::numeric_limits< uint32_t >::max()) | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
| bool | IsFinal () const |
| std::string | ToString () const |
Public 속성 | |
| COutPoint | prevout |
| CScript | scriptSig |
| uint32_t | nSequence |
| ADD_SERIALIZE_METHODS | |
Friends | |
| bool | operator== (const CTxIn &a, const CTxIn &b) |
| bool | operator!= (const CTxIn &a, const CTxIn &b) |
An input of a transaction. It contains the location of the previous transaction's output that it claims and a signature that matches the output's public key.
1.8.11