![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <vector>
#include "allocators.h"
#include "serialize.h"
#include "uint256.h"
#include "hash.h"
Go to the source code of this file.
Classes | |
class | CKeyID |
A reference to a CKey: the Hash160 of its serialized public key. More... | |
class | CScriptID |
A reference to a CScript: the Hash160 of its serialization (see script.h) More... | |
class | CPubKey |
An encapsulated public key. More... | |
class | CKey |
An encapsulated private key. More... | |
Typedefs | |
typedef std::vector< unsigned char, secure_allocator < unsigned char > > | CPrivKey |
typedef std::vector<unsigned char, secure_allocator<unsigned char> > CPrivKey |