BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Functions
key_conversion.hpp File Reference
#include <string>
#include <fc/crypto/elliptic.hpp>
#include <fc/optional.hpp>

Go to the source code of this file.

Namespaces

 graphene
 
 graphene::utilities
 

Functions

std::string graphene::utilities::key_to_wif (const fc::sha256 &private_secret)
 
std::string graphene::utilities::key_to_wif (const fc::ecc::private_key &key)
 
fc::optional< fc::ecc::private_keygraphene::utilities::wif_to_key (const std::string &wif_key)