Human‐readable names for the FlushStateMode values, indexed by enum value.

Synopsis

Declared in <validation.h>

inline constexpr array<char const*, 1 + sizeof...(_Args)> FlushStateModeNames = {"NONE", "IF_NEEDED", "PERIODIC", "FORCE_FLUSH", "FORCE_SYNC"};

See Also

Chainstate::FlushStateToDisk

Created with MrDocs