Bitcoin
Classes | Functions | Variables
signingprovider.h File Reference
#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
 
class  HidingSigningProvider
 
struct  FlatSigningProvider
 
class  FillableSigningProvider
 

Functions

FlatSigningProvider Merge (const FlatSigningProvider &a, const FlatSigningProvider &b)
 
CKeyID GetKeyForDestination (const SigningProvider &store, const CTxDestination &dest)
 

Variables

const SigningProviderDUMMY_SIGNING_PROVIDER
 

Function Documentation

◆ GetKeyForDestination()

CKeyID GetKeyForDestination ( const SigningProvider store,
const CTxDestination dest 
)

Return the CKeyID of the key involved in a script (if there is a unique one).

◆ Merge()

FlatSigningProvider Merge ( const FlatSigningProvider a,
const FlatSigningProvider b 
)

Variable Documentation

◆ DUMMY_SIGNING_PROVIDER

const SigningProvider& DUMMY_SIGNING_PROVIDER