BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Functions
graphene::wallet::detail Namespace Reference

Classes

struct  help_visitor
 
class  htlc_hash_to_string_visitor
 
struct  op_prototype_visitor
 
struct  operation_printer
 
struct  operation_result_printer
 
class  wallet_api_impl
 

Functions

template<class T >
fc::optional< T > maybe_id (const string &name_or_id)
 
string address_to_shorthash (const graphene::protocol::address &addr)
 
fc::ecc::private_key derive_private_key (const std::string &prefix_string, int sequence_number)
 
string normalize_brain_key (string s)
 

Function Documentation

◆ address_to_shorthash()

string graphene::wallet::detail::address_to_shorthash ( const graphene::protocol::address addr)

Definition at line 42 of file wallet_sign.cpp.

◆ derive_private_key()

fc::ecc::private_key graphene::wallet::detail::derive_private_key ( const std::string &  prefix_string,
int  sequence_number 
)

Definition at line 60 of file wallet_sign.cpp.

◆ maybe_id()

template<class T >
fc::optional<T> graphene::wallet::detail::maybe_id ( const string &  name_or_id)

Definition at line 50 of file wallet_api_impl.hpp.

◆ normalize_brain_key()

string graphene::wallet::detail::normalize_brain_key ( string  s)

Definition at line 68 of file wallet_sign.cpp.