UNPKG
bloxroute
Version:
latest (0.1.14)
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
Package for connecting to Bloxroute's gateways
github.com/rori4/bxgateway
bloxroute
/
dist
/
lightGateway.d.ts
7 lines
(6 loc)
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
StreamOptions
,
StreamTopic
}
from
'./interfaces'
;
import
BxgatewayBase
from
'./bxgatewayBase'
;
export
declare
class
LightGateway
extends
BxgatewayBase
{
constructor
(
url
:
string
,
authKey
:
string
);
subscribe
(
topic
:
StreamTopic
,
options
?:
StreamOptions
):
void
; }