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

Name

Description

index

The insertion‐order index of the transaction.

Created with MrDocs