MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsValid

Method IsValid

src/key.h:93–93  ·  view source on GitHub ↗

Check whether this private key is valid.

Source from the content-addressed store, hash-verified

91
92 //! Check whether this private key is valid.
93 bool IsValid() const { return fValid; }
94
95 //! Check whether the public key corresponding to this private key is (to be) compressed.
96 bool IsCompressed() const { return fCompressed; }

Callers 15

MempoolAcceptResultMethod · 0.45
VerifyAmountsFunction · 0.45
rest_block_filterFunction · 0.45
ClientAllowedFunction · 0.45
InitHTTPAllowListFunction · 0.45
SweepBannedMethod · 0.45
MutateTxSignFunction · 0.45
~TorControllerMethod · 0.45
disconnected_cbMethod · 0.45
PushAddressFunction · 0.45
BlockRequestAllowedMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestBlockValidityFunction · 0.36