DECENT
|
Functions | |
string | graphene::app::crypto_api::info () |
Get the name of the API. More... | |
public_key_type | graphene::app::crypto_api::get_public_key (const string &wif_priv_key) |
Get public key from private key. More... | |
private_key_type | graphene::app::crypto_api::wif_to_private_key (const string &wif) |
Convert wif key to private key. More... | |
signed_transaction | graphene::app::crypto_api::sign_transaction (signed_transaction trx, const private_key_type &key) |
Sign transaction with given private key. More... | |
memo_data | graphene::app::crypto_api::encrypt_message (const std::string &message, const private_key_type &key, const public_key_type &pub, uint64_t nonce=0) const |
Encrypt message. More... | |
std::string | graphene::app::crypto_api::decrypt_message (const memo_data::message_type &message, const private_key_type &key, const public_key_type &pub, uint64_t nonce) const |
Decrypt message. More... | |
std::string graphene::app::crypto_api::decrypt_message | ( | const memo_data::message_type & | message, |
const private_key_type & | key, | ||
const public_key_type & | pub, | ||
uint64_t | nonce | ||
) | const |
memo_data graphene::app::crypto_api::encrypt_message | ( | const std::string & | message, |
const private_key_type & | key, | ||
const public_key_type & | pub, | ||
uint64_t | nonce = 0 |
||
) | const |
public_key_type graphene::app::crypto_api::get_public_key | ( | const string & | wif_priv_key | ) |
|
inline |
signed_transaction graphene::app::crypto_api::sign_transaction | ( | signed_transaction | trx, |
const private_key_type & | key | ||
) |