* Submit a request to the stored Chain Core connection. * * @param {String} path * @param {object} [body={}] * @returns {Promise}
(path, body = {})
| 115 | * @returns {Promise} |
| 116 | */ |
| 117 | request(path, body = {}) { |
| 118 | return this.connection.request(path, body) |
| 119 | } |
| 120 | } |
| 121 | |
| 122 | module.exports = Client |
no outgoing calls
no test coverage detected