CTxMemPool::ChangeSet::GetAddedTxn

Returns the staged added transaction at the given index.

Synopsis

Declared in <txmempool.h>

CTransaction const&
GetAddedTxn(size_t index) const;

Return Value

The transaction at that index.

Parameters

NameDescription
indexThe insertion-order index of the transaction.