Equity
Bitcoin Protocol Library
|
A wallet holds private keys and other metadata related to those keys. More...
#include <Wallet.h>
Classes | |
struct | Entry |
An wallet entry containing information about a private key. More... | |
Public Types | |
typedef std::vector< Entry > | EntryList |
A list of entries in the wallet. | |
Public Member Functions | |
EntryList | entries () const |
Returns the list of keys contained in the wallet. | |
A wallet holds private keys and other metadata related to those keys.