PrevUpHomeNext

RCLConsensus::acquireTxSet

Acquire the transaction set associated with a proposal.

Synopsis
boost::optional< RCLTxSet >
acquireTxSet(
    RCLTxSet::ID const& setId);
Description

If the transaction set is not available locally, will attempt acquire it from the network.

Parameters

Name

Description

setId

The transaction set ID associated with the proposal

Return Value

Optional set of transactions, seated if available.


PrevUpHomeNext