UNPKG
@logsn/arweave
Version:
latest (1.14.0)
1.14.0
Arweave JS client library
github.com/ArweaveTeam/arweave-js
ArweaveTeam/arweave-js
@logsn/arweave
/
web
/
net-config.d.ts
7 lines
(6 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
NetConfig
{
protocol
:
string
;
host
:
string
;
port
?:
number
; }
export
declare
const
getDefaultConfig
:
(
protocol
:
string
,
host
:
string
) =>
NetConfig
;