UNPKG
scorechain-sdk
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
SDK for the Scorechain API
scorechain-sdk
/
dist
/
utils
/
httpClients.d.ts
2 lines
•
190 B
TypeScript
View Raw
1
2
export
declare
function
_sendRequest<T>(
url
:
string
,
method
:
string
,
data
:
object
,
headers
:
object
,
shouldVerifyAuthenticity
?:
boolean
):
Promise
<T>;
//# sourceMappingURL=httpClients.d.ts.map