UNPKG
@tonappchain/adnl
Version:
latest (1.0.4)
1.0.4
1.0.3
ADNL TypeScript implementation
github.com/tonkite/adnl
tonkite/adnl
@tonappchain/adnl
/
dist
/
client-tcp.d.ts
6 lines
(5 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ADNLClient
}
from
'./client'
;
declare
class
ADNLClientTCP
extends
ADNLClient
{
constructor
(
url
:
string
,
peerPublicKey
:
Uint8Array
|
string
); }
export
{
ADNLClientTCP
};