CTxMemPoolEntry::CTxMemPoolEntry

Move-constructs a mempool entry.

Synopsis

Declared in <kernel/mempool_entry.h>

constexpr
CTxMemPoolEntry(CTxMemPoolEntry&& other) = default;

Parameters

NameDescription
otherThe entry to move from.