Tunable options for the on‐disk coins (UTXO) view database.

Synopsis

Declared in <txdb.h>

struct CoinsViewOptions;

Data Members

Name

Description

batch_write_bytes

Maximum database write batch size in bytes.

simulate_crash_ratio

If non‐zero, randomly exit when the database is flushed with (1/ratio) probability.

Created with MrDocs