UNPKG
meta-contract-debug
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Meta Contract SDK
meta-contract-debug
/
dist
/
net
/
index.d.ts
6 lines
(5 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
Net
{
static
timeout
:
number
;
static
httpGet
(
url
:
string
,
params
:
any
,
config
?:
any
):
Promise
<
unknown
>;
static
httpPost
(
url
:
string
,
params
:
any
,
config
?:
any
):
Promise
<
unknown
>; }