#include <signingprovider.h>
|
| | 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 |
| 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 |
Definition at line 201 of file signingprovider.h.
◆ HidingSigningProvider()
| HidingSigningProvider::HidingSigningProvider |
( |
const SigningProvider * | provider, |
|
|
bool | hide_secret, |
|
|
bool | hide_origin ) |
|
inline |
◆ DeleteMuSig2Session()
| void HidingSigningProvider::DeleteMuSig2Session |
( |
const uint256 & | session_id | ) |
const |
|
overridevirtual |
◆ GetAllMuSig2ParticipantPubkeys()
| std::map< CPubKey, std::vector< CPubKey > > HidingSigningProvider::GetAllMuSig2ParticipantPubkeys |
( |
| ) |
const |
|
overridevirtual |
◆ GetCScript()
| bool HidingSigningProvider::GetCScript |
( |
const CScriptID & | scriptid, |
|
|
CScript & | script ) const |
|
overridevirtual |
◆ GetKey()
| bool HidingSigningProvider::GetKey |
( |
const CKeyID & | keyid, |
|
|
CKey & | key ) const |
|
overridevirtual |
◆ GetKeyOrigin()
◆ GetMuSig2ParticipantPubkeys()
| std::vector< CPubKey > HidingSigningProvider::GetMuSig2ParticipantPubkeys |
( |
const CPubKey & | pubkey | ) |
const |
|
overridevirtual |
◆ GetMuSig2SecNonce()
| std::optional< std::reference_wrapper< MuSig2SecNonce > > HidingSigningProvider::GetMuSig2SecNonce |
( |
const uint256 & | session_id | ) |
const |
|
overridevirtual |
◆ GetPubKey()
| bool HidingSigningProvider::GetPubKey |
( |
const CKeyID & | keyid, |
|
|
CPubKey & | pubkey ) const |
|
overridevirtual |
◆ GetTaprootBuilder()
◆ GetTaprootSpendData()
◆ SetMuSig2SecNonce()
◆ m_hide_origin
| const bool HidingSigningProvider::m_hide_origin |
|
private |
◆ m_hide_secret
| const bool HidingSigningProvider::m_hide_secret |
|
private |
◆ m_provider
The documentation for this class was generated from the following files: