Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <script/keyorigin.h>
#include <script/signingprovider.h>
#include <logging.h>
#include <variant>
Go to the source code of this file.
Functions | |
template<typename M , typename K , typename V > | |
bool | LookupHelper (const M &map, const K &key, V &value) |
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). | |
Variables | |
const SigningProvider & | DUMMY_SIGNING_PROVIDER = SigningProvider() |
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.
Definition at line 16 of file signingprovider.cpp.
FlatSigningProvider Merge | ( | const FlatSigningProvider & | a, |
const FlatSigningProvider & | b | ||
) |
Definition at line 71 of file signingprovider.cpp.
const SigningProvider& DUMMY_SIGNING_PROVIDER = SigningProvider() |
Definition at line 13 of file signingprovider.cpp.