![]() |
Bitcoin Core
24.1.0
P2P Digital Currency
|
#include <attributes.h>#include <key.h>#include <pubkey.h>#include <script/keyorigin.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 | |
| 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 196 of file signingprovider.cpp.
| const SigningProvider& DUMMY_SIGNING_PROVIDER |
Definition at line 12 of file signingprovider.cpp.
1.8.14