Leprechaun avatar

test post

leprechaun

Published: 01 Feb 2022 › Updated: 01 Feb 2022test post

test post

Testing from ProofofBrain.blog with code C++ include statements:

#include
#include <fc/array.hpp>
#include <fc/string.hpp>
#include <boost/algorithm/string.hpp>
#include <hive/utilities/key_conversion.hpp>
#include <hive/protocol/operations.hpp>
#include <hive/protocol/transaction.hpp>

int main() {
}

Testing structure declarations:

namespace fc { namespace rpc {

class websocket_api_connection : public api_connection
{
public:
websocket_api_connection( fc::http::websocket_connection& c );
~websocket_api_connection();

     virtual variant send_call(
        api_id_type api_id,
        string method_name,
        variants args = variants() ) override;
     virtual variant send_call(
        string api_name,
        string method_name,
        variants args = variants() ) override;
     virtual variant send_callback(
        uint64_t callback_id,
        variants args = variants() ) override;
     virtual void send_notice(
        uint64_t callback_id,
        variants args = variants() ) override;

  protected:
     std::string on_message(
        const std::string& message,
        bool send_message = true );

     fc::http::websocket_connection&  _connection;
     fc::rpc::state                   _rpc_state;

};

} } // namespace fc::rpc

Not all code used is original.

Leave test post to:

Written by

An Economist, a Coder and a Carbonist. Author of https://Steemfiles.com, Author of https://ProofofBrain.blog Carbonist community admin (https://www.proofofbrain.blog/created/hive-139995). Discord: leprechaun#2185 Email: theleprechaun2022@steemfiles.com Lover of freedom

Read more #hive-166414 posts


Best Posts From Leprechaun

We have not curated any of leprechaun's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Leprechaun