Move‐constructs a mempool entry.

Synopsis

Declared in <kernel/mempool_entry.h>

constexpr
CTxMemPoolEntry(CTxMemPoolEntry&& other) = default;

Parameters

Name

Description

other

The entry to move from.

Created with MrDocs