rallf-js-sdk
Version:
Toolset to create Tasks for RALLF
11 lines (9 loc) • 350 B
JavaScript
;
const manifestScheme = require('./schemes/manifest.scheme.json');
const jsonRpcRequest = require('./schemes/json-rpc-request.scheme.json');
const jsonRpcResponse = require('./schemes/json-rpc-response.scheme.json');
module.exports = {
manifest: manifestScheme,
jsonRpcRequest: jsonRpcRequest,
jsonRpcResponse: jsonRpcResponse
};