diff options
Diffstat (limited to 'components/nucula_lib/nucula_wallet.h')
| -rw-r--r-- | components/nucula_lib/nucula_wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/nucula_lib/nucula_wallet.h b/components/nucula_lib/nucula_wallet.h index 784a126..3c1f3f8 100644 --- a/components/nucula_lib/nucula_wallet.h +++ b/components/nucula_lib/nucula_wallet.h | |||
| @@ -9,6 +9,7 @@ extern "C" { | |||
| 9 | #endif | 9 | #endif |
| 10 | 10 | ||
| 11 | esp_err_t nucula_wallet_init(const char *mint_url); | 11 | esp_err_t nucula_wallet_init(const char *mint_url); |
| 12 | esp_err_t nucula_wallet_init_multi(const char mint_urls[][256], int count); | ||
| 12 | 13 | ||
| 13 | esp_err_t nucula_wallet_receive(const char *token_str); | 14 | esp_err_t nucula_wallet_receive(const char *token_str); |
| 14 | 15 | ||