Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <key.h>
#include <pubkey.h>
#include <script/script.h>
#include <script/standard.h>
#include <sync.h>
Go to the source code of this file.
Classes | |
class | SigningProvider |
An interface to be implemented by keystores that support signing. More... | |
class | HidingSigningProvider |
struct | FlatSigningProvider |
class | FillableSigningProvider |
Fillable signing provider that keeps keys in an address->secret map. More... | |
Functions | |
FlatSigningProvider | Merge (const FlatSigningProvider &a, const FlatSigningProvider &b) |
CKeyID | GetKeyForDestination (const SigningProvider &store, const CTxDestination &dest) |
Return the CKeyID of the key involved in a script (if there is a unique one). More... | |
Variables | |
const SigningProvider & | DUMMY_SIGNING_PROVIDER |
CKeyID GetKeyForDestination | ( | const SigningProvider & | store, |
const CTxDestination & | dest | ||
) |
Return the CKeyID of the key involved in a script (if there is a unique one).
Definition at line 165 of file signingprovider.cpp.
FlatSigningProvider Merge | ( | const FlatSigningProvider & | a, |
const FlatSigningProvider & | b | ||
) |
|
extern |
Definition at line 13 of file signingprovider.cpp.