Offline Transaction Signing (OTS) 0.1.0
Loading...
Searching...
No Matches
ots.cpp File Reference
#include "ots.hpp"
#include "ots-internal.hpp"
#include "entropy.hpp"
#include "key-store.hpp"
#include "ots-version.h"
#include "crypto/crypto.h"
#include "account.hpp"
#include "easylogging++.h"
Include dependency graph for ots.cpp:

Namespaces

namespace  ots
 The library exists complete only in this namespace.
 

Functions

cryptonote::network_type ots::cryptonoteNetwork (Network network) noexcept
 Converts the network type from the library network type to cryptonote network type.
 
SeedIndices ots::seedIndices (const unsigned char *bytes, size_t byte_length, size_t word_list_length=1626, size_t bytes_per_chunk=4, size_t words_per_chunk=3)
 Returns the indices of a seed phrase.
 
std::vector< std::string > ots::splitString (const std::string &input, const std::string &separator="", size_t fixedWidth=4)
 Converts a string by a separator or fixed 4 char width.
 
const ots::data::NetworkDataots::getNetworkData (Network network)