UNPKG
pulsar_sdk_js
Version:
latest (1.0.5)
rc (0.1.41-rc.3)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.372
0.1.371
0.1.44
0.1.43
0.1.41
0.1.41-rc.3
0.1.41-rc.2
0.1.41-rc.1
0.1.38-rc.2
0.1.38-rc.1
0.1.37
0.1.36
0.1.34
0.1.33
0.1.32
0.1.31
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A convenient way for you to interact with Pulsar's Third Party APIs, using typified classes.
pulsar_sdk_js
/
pulsar_sdk_js
/
rest
/
index.d.ts
6 lines
(5 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
export
{
default
as
NFTRestClient
}
from
"./nfts"
;
export
{
default
as
TokenRestClient
}
from
"./tokens"
;
export
{
default
as
WalletRestClient
}
from
"./wallets"
;
export
{
default
as
ProtocolRestClient
}
from
"./protocols"
;
export
{
default
as
NameServiceRestClient
}
from
"./name_service"
;