diff options
Diffstat (limited to 'main/wallet_persist.h')
| -rw-r--r-- | main/wallet_persist.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/wallet_persist.h b/main/wallet_persist.h new file mode 100644 index 0000000..4dfcbfc --- /dev/null +++ b/main/wallet_persist.h | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #ifndef WALLET_PERSIST_H | ||
| 2 | #define WALLET_PERSIST_H | ||
| 3 | |||
| 4 | #include "esp_err.h" | ||
| 5 | |||
| 6 | esp_err_t wallet_persist_save(void); | ||
| 7 | esp_err_t wallet_persist_load(void); | ||
| 8 | |||
| 9 | #endif | ||