![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Go to the source code of this file.
Typedefs | |
typedef uint8_t | isminefilter |
Enumerations | |
enum | isminetype { ISMINE_NO = 0, ISMINE_WATCH_UNSOLVABLE = 1, ISMINE_WATCH_SOLVABLE = 2, ISMINE_WATCH_ONLY = ISMINE_WATCH_SOLVABLE | ISMINE_WATCH_UNSOLVABLE, ISMINE_SPENDABLE = 4, ISMINE_ALL = ISMINE_WATCH_ONLY | ISMINE_SPENDABLE } |
Functions | |
isminetype | IsMine (const CKeyStore &keystore, const CScript &scriptPubKey) |
isminetype | IsMine (const CKeyStore &keystore, const CTxDestination &dest) |
typedef uint8_t isminefilter |
used for bitflags of isminetype
Definition at line 29 of file wallet_ismine.h.
enum isminetype |
IsMine() return codes
Definition at line 17 of file wallet_ismine.h.
isminetype IsMine | ( | const CKeyStore & | keystore, |
const CScript & | scriptPubKey | ||
) |
Definition at line 38 of file wallet_ismine.cpp.
isminetype IsMine | ( | const CKeyStore & | keystore, |
const CTxDestination & | dest | ||
) |
Definition at line 32 of file wallet_ismine.cpp.
Referenced by CWallet::AddToWallet(), CWallet::AddToWalletIfInvolvingMe(), CWallet::AvailableCoins(), CWallet::CountInputsWithAmount(), TransactionRecord::decomposeTransaction(), CWallet::DelAddressBook(), CWallet::GetAddressBalances(), CWallet::GetAddressGroupings(), CWallet::GetCredit(), CWallet::GetDebit(), CWallet::GetRealOutpointPrivateSendRounds(), getreceivedbyaccount(), getreceivedbyaddress(), ImportScript(), CWallet::IsChange(), IsMine(), CWallet::IsMine(), listaccounts(), ListReceived(), ListTransactions(), CWallet::LoadWallet(), AddressTablePriv::refreshAddressTable(), CWallet::SelectCoinsGrouppedByAddresses(), setaccount(), CWallet::SetAddressBook(), TransactionDesc::toHTML(), and validateaddress().