Scorum
|
Namespaces | |
detail | |
impl | |
Classes | |
struct | method_description |
class | api_documentation |
struct | static_variant_map |
struct | brain_key_info |
struct | memo_data |
struct | wallet_data |
class | wallet_api |
Wallet. More... | |
struct | plain_keys |
Typedefs | |
using | transaction_handle_type = uint16_t |
Enumerations | |
enum | authority_type { owner , active , posting } |
Functions | |
template<typename T > | |
T | from_which_variant (int which, const variant &v) |
template<typename T > | |
static_variant_map | create_static_variant_map () |
std::string | pubkey_to_shorthash (const sp::public_key_type &key) |
std::string | normalize_brain_key (const std::string &s) |
fc::ecc::private_key | derive_private_key (const std::string &prefix_string, int sequence_number) |
brain_key_info | suggest_brain_key () |
template<budget_type budget_type_v> | |
signed_transaction | update_budget (const std::string &owner, uuid_type uuid, const std::string &json_metadata) |
template<typename T , typename C > | |
signed_transaction | proposal (const std::string &initiator, uint32_t lifetime_sec, C &&constructor) |
using scorum::wallet::transaction_handle_type = typedef uint16_t |
Definition at line 27 of file wallet.hpp.
Enumerator | |
---|---|
owner | |
active | |
posting |
Definition at line 74 of file wallet.hpp.
static_variant_map scorum::wallet::create_static_variant_map | ( | ) |
Definition at line 106 of file reflect_util.hpp.
fc::ecc::private_key scorum::wallet::derive_private_key | ( | const std::string & | prefix_string, |
int | sequence_number | ||
) |
T scorum::wallet::from_which_variant | ( | int | which, |
const variant & | v | ||
) |
Definition at line 97 of file reflect_util.hpp.
std::string scorum::wallet::normalize_brain_key | ( | const std::string & | s | ) |
signed_transaction scorum::wallet::proposal | ( | const std::string & | initiator, |
uint32_t | lifetime_sec, | ||
C && | constructor | ||
) |
Definition at line 2754 of file wallet.cpp.
std::string scorum::wallet::pubkey_to_shorthash | ( | const sp::public_key_type & | key | ) |
brain_key_info scorum::wallet::suggest_brain_key | ( | ) |
signed_transaction scorum::wallet::update_budget | ( | const std::string & | owner, |
uuid_type | uuid, | ||
const std::string & | json_metadata | ||
) |
Definition at line 2646 of file wallet.cpp.