Path of the file that stores the state of the wallet.
For this open-source wallet code, this is set to a file in the current directory (where the code also resides). To create a standalone wallet application, this can be changed to some other (perhaps absolute) path.
Definition:
(defconst *stat-filepath* "wallet-state")