Bitcoin Core  22.99.0
P2P Digital Currency
Classes | Namespaces | Enumerations
ismine.h File Reference
#include <script/standard.h>
#include <bitset>
#include <cstdint>
#include <type_traits>
Include dependency graph for ismine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wallet::CachableAmount
 Cachable amount subdivided into watchonly and spendable parts. More...
 

Namespaces

 wallet
 

Enumerations

enum  wallet::isminetype : unsigned int {
  wallet::ISMINE_NO = 0, wallet::ISMINE_WATCH_ONLY = 1 << 0, wallet::ISMINE_SPENDABLE = 1 << 1, wallet::ISMINE_USED = 1 << 2,
  wallet::ISMINE_ALL = ISMINE_WATCH_ONLY | ISMINE_SPENDABLE, wallet::ISMINE_ALL_USED = ISMINE_ALL | ISMINE_USED, wallet::ISMINE_ENUM_ELEMENTS
}
 IsMine() return codes, which depend on ScriptPubKeyMan implementation. More...