Nostrduino
Loading...
Searching...
No Matches
CryptoLock.h
Go to the documentation of this file.
1#ifndef NOSTR_CRYPTO_LOCK_H
2#define NOSTR_CRYPTO_LOCK_H
3
4#include <mutex>
5
6namespace nostr {
7namespace crypto {
8std::mutex &uBitcoinMutex();
9} // namespace crypto
10} // namespace nostr
11
12#endif
std::mutex & uBitcoinMutex()
Definition CryptoLock.cpp:3
Definition CryptoLock.h:6