![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Public Member Functions | |
bool | Get (const uint256 &hash, const std::vector< unsigned char > &vchSig, const CPubKey &pubKey) |
void | Set (const uint256 &hash, const std::vector< unsigned char > &vchSig, const CPubKey &pubKey) |
Private Types | |
typedef boost::tuple< uint256, std::vector< unsigned char > , CPubKey > | sigdata_type |
Private Attributes | |
std::set< sigdata_type > | setValid |
boost::shared_mutex | cs_sigcache |
Definition at line 1032 of file script.cpp.
|
private |
Definition at line 1036 of file script.cpp.
|
inline |
Definition at line 1042 of file script.cpp.
|
inline |
Definition at line 1053 of file script.cpp.
|
private |
Definition at line 1038 of file script.cpp.
|
private |
Definition at line 1037 of file script.cpp.