MCPcopy Create free account
hub / github.com/chain/Core / request

Method request

sdk/node/src/client.js:117–119  ·  view source on GitHub ↗

* Submit a request to the stored Chain Core connection. * * @param {String} path * @param {object} [body={}] * @returns {Promise}

(path, body = {})

Source from the content-addressed store, hash-verified

115 * @returns {Promise}
116 */
117 request(path, body = {}) {
118 return this.connection.request(path, body)
119 }
120}
121
122module.exports = Client

Callers 12

signMethod · 0.45
signBatchMethod · 0.45
batchRequestFunction · 0.45
shared.jsFile · 0.45
transactionsAPIFunction · 0.45
accessTokensFunction · 0.45
mockHsmKeysAPIFunction · 0.45
ackMethod · 0.45
transactionFeedsAPIFunction · 0.45
configAPIFunction · 0.45
authorizationGrantsFunction · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected