Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::crypto::public_key_visitor Struct Reference
Inheritance diagram for fc::crypto::public_key_visitor:
Collaboration diagram for fc::crypto::public_key_visitor:

Public Member Functions

template<typename KeyType >
public_key::storage_type operator() (const KeyType &key) const
 

Detailed Description

Definition at line 8 of file private_key.cpp.

Member Function Documentation

◆ operator()()

template<typename KeyType >
public_key::storage_type fc::crypto::public_key_visitor::operator() ( const KeyType & key) const
inline

Definition at line 10 of file private_key.cpp.

11 {
12 return public_key::storage_type(key.get_public_key());
13 }
std::variant< ecc::public_key_shim, r1::public_key_shim, webauthn::public_key, em::public_key_shim > storage_type

The documentation for this struct was generated from the following file: