|
hdac SDK
SDK for hdac blockchain development
|
#include <transaction.h>
Public 멤버 함수 | |
| CTxOut (const CAmount &nValueIn, CScript scriptPubKeyIn) | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
| void | SetNull () |
| bool | IsNull () const |
| uint256 | GetHash () const |
| CAmount | GetDustThreshold (const CFeeRate &minRelayTxFee) const |
| bool | IsDust (CFeeRate minRelayTxFee) const |
| std::string | ToString () const |
Public 속성 | |
| CAmount | nValue |
| CScript | scriptPubKey |
| ADD_SERIALIZE_METHODS | |
Friends | |
| bool | operator== (const CTxOut &a, const CTxOut &b) |
| bool | operator!= (const CTxOut &a, const CTxOut &b) |
An output of a transaction. It contains the public key that the next input must be able to sign with to claim it.
1.8.11