|
| 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 | GetCScript (const CScriptID &scriptid, CScript &script) const |
|
virtual bool | HaveCScript (const CScriptID &scriptid) const |
|
virtual bool | GetPubKey (const CKeyID &address, CPubKey &pubkey) const |
|
virtual bool | GetKey (const CKeyID &address, CKey &key) const |
|
virtual bool | HaveKey (const CKeyID &address) const |
|
virtual bool | GetKeyOrigin (const CKeyID &keyid, KeyOriginInfo &info) const |
|
virtual bool | GetTaprootSpendData (const XOnlyPubKey &output_key, TaprootSpendData &spenddata) const |
|
virtual bool | GetTaprootBuilder (const XOnlyPubKey &output_key, TaprootBuilder &builder) const |
|
virtual std::vector< CPubKey > | GetMuSig2ParticipantPubkeys (const CPubKey &pubkey) const |
|
virtual std::map< CPubKey, std::vector< CPubKey > > | GetAllMuSig2ParticipantPubkeys () const |
|
virtual void | SetMuSig2SecNonce (const uint256 &id, MuSig2SecNonce &&nonce) const |
|
virtual std::optional< std::reference_wrapper< MuSig2SecNonce > > | GetMuSig2SecNonce (const uint256 &session_id) const |
|
virtual void | DeleteMuSig2Session (const uint256 &session_id) 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.