MCPcopy 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

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected