![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <signingprovider.h>
Public Member Functions | |
| HidingSigningProvider (const SigningProvider *provider, bool hide_secret, bool hide_origin) | |
| bool | GetCScript (const CScriptID &scriptid, CScript &script) const override |
| bool | GetPubKey (const CKeyID &keyid, CPubKey &pubkey) const override |
| bool | GetKey (const CKeyID &keyid, CKey &key) const override |
| bool | GetKeyOrigin (const CKeyID &keyid, KeyOriginInfo &info) const override |
| bool | GetTaprootSpendData (const XOnlyPubKey &output_key, TaprootSpendData &spenddata) const override |
| bool | GetTaprootBuilder (const XOnlyPubKey &output_key, TaprootBuilder &builder) const override |
| std::vector< CPubKey > | GetMuSig2ParticipantPubkeys (const CPubKey &pubkey) const override |
| std::map< CPubKey, std::vector< CPubKey > > | GetAllMuSig2ParticipantPubkeys () const override |
| void | SetMuSig2SecNonce (const uint256 &id, MuSig2SecNonce &&nonce) const override |
| std::optional< std::reference_wrapper< MuSig2SecNonce > > | GetMuSig2SecNonce (const uint256 &session_id) const override |
| void | DeleteMuSig2Session (const uint256 &session_id) const override |
| Public Member Functions inherited from SigningProvider | |
| virtual | ~SigningProvider ()=default |
| virtual bool | HaveCScript (const CScriptID &scriptid) const |
| virtual bool | HaveKey (const CKeyID &address) const |
| bool | GetKeyByXOnly (const XOnlyPubKey &pubkey, CKey &key) const |
| bool | GetPubKeyByXOnly (const XOnlyPubKey &pubkey, CPubKey &out) const |
| bool | GetKeyOriginByXOnly (const XOnlyPubKey &pubkey, KeyOriginInfo &info) const |
Private Attributes | |
| const bool | m_hide_secret |
| const bool | m_hide_origin |
| const SigningProvider * | m_provider |
Definition at line 201 of file signingprovider.h.
|
inline |
Definition at line 209 of file signingprovider.h.
|
overridevirtual |
Reimplemented from SigningProvider.
Definition at line 76 of file signingprovider.cpp.
|
overridevirtual |
Reimplemented from SigningProvider.
Definition at line 61 of file signingprovider.cpp.
|
overridevirtual |
Reimplemented from SigningProvider.
Definition at line 25 of file signingprovider.cpp.
Reimplemented from SigningProvider.
Definition at line 35 of file signingprovider.cpp.
|
overridevirtual |
Reimplemented from SigningProvider.
Definition at line 41 of file signingprovider.cpp.
|
overridevirtual |
Reimplemented from SigningProvider.
Definition at line 55 of file signingprovider.cpp.
|
overridevirtual |
Reimplemented from SigningProvider.
Definition at line 71 of file signingprovider.cpp.
|
overridevirtual |
Reimplemented from SigningProvider.
Definition at line 30 of file signingprovider.cpp.
|
overridevirtual |
Reimplemented from SigningProvider.
Definition at line 51 of file signingprovider.cpp.
|
overridevirtual |
Reimplemented from SigningProvider.
Definition at line 47 of file signingprovider.cpp.
|
overridevirtual |
Reimplemented from SigningProvider.
Definition at line 66 of file signingprovider.cpp.
|
private |
Definition at line 205 of file signingprovider.h.
|
private |
Definition at line 204 of file signingprovider.h.
|
private |
Definition at line 206 of file signingprovider.h.