Scorum
|
Go to the source code of this file.
Namespaces | |
scorum | |
scorum::protocol | |
scorum::protocol::atomicswap | |
Typedefs | |
using | scorum::protocol::atomicswap::hash_index_type = fc::fixed_string_32 |
Functions | |
std::string | scorum::protocol::atomicswap::get_secret_hex (const std::string &secret, const uint8_t secret_length) |
std::string | scorum::protocol::atomicswap::get_secret_hash (const std::string &secret_hex) |
void | scorum::protocol::atomicswap::validate_secret (const std::string &secret_hex) |
void | scorum::protocol::atomicswap::validate_secret_hash (const std::string &secret_hash) |
void | scorum::protocol::atomicswap::validate_contract_metadata (const std::string &metadata) |
fc::sha256 | scorum::protocol::atomicswap::get_contract_hash_obj (const account_name_type &from, const account_name_type &to, const std::string &secret_hash) |
std::string | scorum::protocol::atomicswap::get_contract_hash_hex (const account_name_type &from, const account_name_type &to, const std::string &secret_hash) |
hash_index_type | scorum::protocol::atomicswap::get_contract_hash (const account_name_type &from, const account_name_type &to, const std::string &secret_hash) |