BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
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) |
string graphene::wallet::detail::address_to_shorthash | ( | const graphene::protocol::address & | addr | ) |
Definition at line 42 of file wallet_sign.cpp.
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.
fc::optional<T> graphene::wallet::detail::maybe_id | ( | const string & | name_or_id | ) |
Definition at line 50 of file wallet_api_impl.hpp.
string graphene::wallet::detail::normalize_brain_key | ( | string | s | ) |
Definition at line 68 of file wallet_sign.cpp.