How long a transaction may stay in the mempool before it expires.

Synopsis

Declared in <kernel/mempool_options.h>

std::chrono::seconds expiry = {std::chrono::hours{DEFAULT_MEMPOOL_EXPIRY_HOURS}};

Created with MrDocs