Veriblock transaction, which endorses ALT block in VBK blockchain.
More...
Definition at line 40 of file vbktx.hpp.
#include <vbktx.hpp>
◆ hash_t
◆ calculateTxFee()
Coin altintegration::VbkTx::calculateTxFee |
( |
| ) |
const |
- Returns
- amount spent as tx fee
◆ getHash()
uint256 altintegration::VbkTx::getHash |
( |
| ) |
const |
- Returns
- hash VBK transaction hash
◆ toVbkEncoding() [1/2]
std::vector< uint8_t > altintegration::VbkTx::toVbkEncoding |
( |
| ) |
const |
◆ toVbkEncoding() [2/2]
void altintegration::VbkTx::toVbkEncoding |
( |
WriteStream & |
stream | ) |
const |
- Parameters
-
stream | data stream to write into |
◆ operator!=
bool operator!= |
( |
const VbkTx & |
a, |
|
|
const VbkTx & |
b |
|
) |
| |
|
friend |
◆ operator==
bool operator== |
( |
const VbkTx & |
a, |
|
|
const VbkTx & |
b |
|
) |
| |
|
friend |
Definition at line 78 of file vbktx.hpp.
78 {
79 return a.getHash() == b.getHash();
80 }
◆ networkOrType
◆ outputs
std::vector<Output> altintegration::VbkTx::outputs {} |
◆ publicationData
◆ publicKey
std::vector<uint8_t> altintegration::VbkTx::publicKey {} |
◆ signature
std::vector<uint8_t> altintegration::VbkTx::signature {} |
◆ signatureIndex
int64_t altintegration::VbkTx::signatureIndex {} |
◆ sourceAddress
Address altintegration::VbkTx::sourceAddress {} |
◆ sourceAmount
Coin altintegration::VbkTx::sourceAmount {} |
The documentation for this struct was generated from the following file: