Wire Sysio Wire Sysion 1.0.0
|
Classes | |
class | account_query_db |
struct | account_query_db_impl |
struct | empty |
struct | keytype_converter |
struct | keytype_converter< chain_apis::i256 > |
struct | keytype_converter< chain_apis::ripemd160, chain_apis::hex > |
struct | keytype_converter< chain_apis::sha256, chain_apis::hex > |
struct | linked_action |
struct | permission |
class | read_only |
class | read_write |
struct | resolver_factory |
class | trx_finality_status_processing |
struct | trx_finality_status_processing_impl |
class | trx_retry_db |
struct | trx_retry_db_impl |
Typedefs | |
using | trx_finality_status_processing_impl_ptr = std::unique_ptr<trx_finality_status_processing_impl> |
using | trx_finality_status_processing_ptr = std::unique_ptr<trx_finality_status_processing> |
template<typename T > | |
using | next_function = std::function<void(const std::variant<fc::exception_ptr, T>&)> |
Functions | |
template<typename I > | |
std::string | itoh (I n, size_t hlen=sizeof(I)<< 1) |
template<> | |
uint64_t | convert_to_type (const string &str, const string &desc) |
template<> | |
double | convert_to_type (const string &str, const string &desc) |
template<typename Type > | |
string | convert_to_string (const Type &source, const string &key_type, const string &encode_type, const string &desc) |
template<> | |
string | convert_to_string (const chain::key256_t &source, const string &key_type, const string &encode_type, const string &desc) |
template<> | |
string | convert_to_string (const float128_t &source, const string &key_type, const string &encode_type, const string &desc) |
abi_def | get_abi (const controller &db, const name &account) |
string | get_table_type (const abi_def &abi, const name &table_name) |
fc::variant | get_global_row (const database &db, const abi_def &abi, const abi_serializer &abis, const fc::microseconds &abi_serializer_max_time_us, bool shorten_abi_errors) |
auto | make_resolver (const controller &control, abi_serializer::yield_function_t yield) |
template<typename Type > | |
Type | convert_to_type (const string &str, const string &desc) |
template<> | |
uint64_t | convert_to_type (const string &str, const string &desc) |
template<> | |
double | convert_to_type (const string &str, const string &desc) |
template<> | |
string | convert_to_string (const chain::key256_t &source, const string &key_type, const string &encode_type, const string &desc) |
template<> | |
string | convert_to_string (const float128_t &source, const string &key_type, const string &encode_type, const string &desc) |
Variables | |
constexpr const char | i64 [] = "i64" |
constexpr const char | i128 [] = "i128" |
constexpr const char | i256 [] = "i256" |
constexpr const char | float64 [] = "float64" |
constexpr const char | float128 [] = "float128" |
constexpr const char | sha256 [] = "sha256" |
constexpr const char | ripemd160 [] = "ripemd160" |
constexpr const char | dec [] = "dec" |
constexpr const char | hex [] = "hex" |
using sysio::chain_apis::next_function = std::function<void(const std::variant<fc::exception_ptr, T>&)> |
Definition at line 9 of file trx_retry_db.hpp.
using sysio::chain_apis::trx_finality_status_processing_impl_ptr = std::unique_ptr<trx_finality_status_processing_impl> |
Definition at line 12 of file trx_finality_status_processing.hpp.
using sysio::chain_apis::trx_finality_status_processing_ptr = std::unique_ptr<trx_finality_status_processing> |
Definition at line 61 of file trx_finality_status_processing.hpp.
string sysio::chain_apis::convert_to_string | ( | const chain::key256_t & | source, |
const string & | key_type, | ||
const string & | encode_type, | ||
const string & | desc ) |
Definition at line 1635 of file chain_plugin.cpp.
string sysio::chain_apis::convert_to_string | ( | const chain::key256_t & | source, |
const string & | key_type, | ||
const string & | encode_type, | ||
const string & | desc ) |
Definition at line 1635 of file chain_plugin.cpp.
string sysio::chain_apis::convert_to_string | ( | const float128_t & | source, |
const string & | key_type, | ||
const string & | encode_type, | ||
const string & | desc ) |
Definition at line 1657 of file chain_plugin.cpp.
string sysio::chain_apis::convert_to_string | ( | const float128_t & | source, |
const string & | key_type, | ||
const string & | encode_type, | ||
const string & | desc ) |
Definition at line 1657 of file chain_plugin.cpp.
string sysio::chain_apis::convert_to_string | ( | const Type & | source, |
const string & | key_type, | ||
const string & | encode_type, | ||
const string & | desc ) |
Definition at line 1628 of file chain_plugin.cpp.
Definition at line 1585 of file chain_plugin.cpp.
Definition at line 1615 of file chain_plugin.cpp.
Type sysio::chain_apis::convert_to_type | ( | const string & | str, |
const string & | desc ) |
Definition at line 66 of file chain_plugin.hpp.
Definition at line 1585 of file chain_plugin.cpp.
Definition at line 1585 of file chain_plugin.cpp.
abi_def sysio::chain_apis::get_abi | ( | const controller & | db, |
const name & | account ) |
Definition at line 1664 of file chain_plugin.cpp.
fc::variant sysio::chain_apis::get_global_row | ( | const database & | db, |
const abi_def & | abi, | ||
const abi_serializer & | abis, | ||
const fc::microseconds & | abi_serializer_max_time_us, | ||
bool | shorten_abi_errors ) |
Definition at line 1848 of file chain_plugin.cpp.
Definition at line 1673 of file chain_plugin.cpp.
std::string sysio::chain_apis::itoh | ( | I | n, |
size_t | hlen = sizeof(I)<<1 ) |
Definition at line 1408 of file chain_plugin.cpp.
auto sysio::chain_apis::make_resolver | ( | const controller & | control, |
abi_serializer::yield_function_t | yield ) |
Definition at line 1964 of file chain_plugin.cpp.
|
constexpr |
Definition at line 700 of file chain_plugin.hpp.
|
constexpr |
Definition at line 697 of file chain_plugin.hpp.
|
constexpr |
Definition at line 696 of file chain_plugin.hpp.
|
constexpr |
Definition at line 701 of file chain_plugin.hpp.
|
constexpr |
Definition at line 694 of file chain_plugin.hpp.
|
constexpr |
Definition at line 695 of file chain_plugin.hpp.
|
constexpr |
Definition at line 693 of file chain_plugin.hpp.
|
constexpr |
Definition at line 699 of file chain_plugin.hpp.
|
constexpr |
Definition at line 698 of file chain_plugin.hpp.