Options controlling how a wallet database is opened or created.
Synopsis
Declared in <wallet/db.h>
struct DatabaseOptions;
Data Members
Name |
Description |
Backend‐specific flags used when creating the database. |
|
Passphrase used to encrypt a newly created database. |
|
Max log size to allow before consolidating. |
|
Fail if the database already exists. |
|
Fail if the database does not already exist. |
|
Require a specific database format, if set. |
|
Let other processes access the database. |
|
Disable file sync for faster performance. |
|
Check data integrity on load. |
Created with MrDocs