Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ CPubKey
Method
CPubKey
src/pubkey.h:82–85 ·
view source on GitHub ↗
Construct an invalid public key.
Source
from the content-addressed store, hash-verified
80
81
//! Construct an invalid public key.
82
CPubKey()
83
{
84
Invalidate();
85
}
86
87
//! Initialize a public key using begin/end iterators to byte data.
88
template <typename T>
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected