MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / IsFullyValid

Method IsFullyValid

src/pubkey.cpp:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206bool CPubKey::IsFullyValid() const {
207 if (!IsValid())
208 return false;
209 secp256k1_pubkey pubkey;
210 return secp256k1_ec_pubkey_parse(secp256k1_context_verify, &pubkey, vch, size());
211}
212
213bool CPubKey::Decompress() {
214 if (!IsValid())

Callers 11

MutateTxAddOutPubKeyFunction · 0.80
MutateTxAddOutMultiSigFunction · 0.80
ExtractPubKeyFunction · 0.80
IsToPubKeyFunction · 0.80
importpubkeyFunction · 0.80
rpcdump.cppFile · 0.80
ParsePubkeyFunction · 0.80
DeserializeHDKeypathsFunction · 0.80
UnserializeMethod · 0.80
HexToPubKeyFunction · 0.80
AddrToPubKeyFunction · 0.80

Calls 1

Tested by

no test coverage detected