#include "transaction_batch_impl.hpp"
◆ TransactionBatchImpl() [1/2]
◆ TransactionBatchImpl() [2/2]
◆ addSignature()
| bool shared_model::interface::TransactionBatchImpl::addSignature |
( |
size_t |
number_of_tx, |
|
|
types::SignedHexStringView |
signed_blob, |
|
|
types::PublicKeyHexStringView |
public_key |
|
) |
| |
|
overridevirtual |
Add signature to concrete transaction in the batch
- Parameters
-
| number_of_tx | - number of transaction for inserting signature |
| signed_blob | - signed blob of transaction |
| public_key | - public key of inserter |
- Returns
- true if signature has been inserted
Implements shared_model::interface::TransactionBatch.
◆ hasAllSignatures()
| bool shared_model::interface::TransactionBatchImpl::hasAllSignatures |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
◆ operator==()
| bool shared_model::interface::TransactionBatchImpl::operator== |
( |
const TransactionBatch & |
rhs | ) |
const |
|
overridevirtual |
◆ reducedHash()
| const types::HashType & shared_model::interface::TransactionBatchImpl::reducedHash |
( |
| ) |
const |
|
overridevirtual |
◆ toString()
| std::string shared_model::interface::TransactionBatchImpl::toString |
( |
| ) |
const |
|
overridevirtual |
◆ transactions()
The documentation for this class was generated from the following files: