Acquire the transaction set associated with a proposal.
boost::optional< RCLTxSet > acquireTxSet( RCLTxSet::ID const& setId);
If the transaction set is not available locally, will attempt acquire it from the network.
Name |
Description |
---|---|
|
The transaction set ID associated with the proposal |
Optional set of transactions, seated if available.