Bitcoin ABC 0.30.5
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). More... | |
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.
bool LookupHelper | ( | const M & | map, |
const K & | key, | ||
V & | value | ||
) |
FlatSigningProvider Merge | ( | const FlatSigningProvider & | a, |
const FlatSigningProvider & | b | ||
) |
const SigningProvider& DUMMY_SIGNING_PROVIDER = SigningProvider() |
Definition at line 13 of file signingprovider.cpp.