6 #ifndef FABCOIN_SCRIPT_ISMINE_H 7 #define FABCOIN_SCRIPT_ISMINE_H 41 #endif // FABCOIN_SCRIPT_ISMINE_H boost::variant< CNoDestination, CKeyID, CScriptID > CTxDestination
A txout script template with a specific destination.
uint8_t isminefilter
used for bitflags of isminetype
Indicates that we don't know how to create a scriptSig that would solve this if we were given the app...
isminetype
IsMine() return codes.
Serialized script, used inside transaction inputs and outputs.
A virtual base class for key stores.
isminetype IsMine(const CKeyStore &keystore, const CScript &scriptPubKey, bool &isInvalid, SigVersion=SIGVERSION_BASE)
Indicates that we know how to create a scriptSig that would solve this if we were given the appropria...