// Copyright (c) 2018-2021 The Limenka developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef LIMENKA_ZMQ_ZMQRPC_H #define LIMENKA_ZMQ_ZMQRPC_H class CRPCTable; void RegisterZMQRPCCommands(CRPCTable& t); #endif // LIMENKA_ZMQ_ZMQRPC_H