Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
MiddlewareSubscriber
Class MiddlewareSubscriber
Index
Constructors
constructor
Properties
url
Accessors
web
Socket
Methods
reconnect
subscribe
Key
Blocks
subscribe
Key
Blocks
All
subscribe
Key
Blocks
Node
subscribe
Micro
Blocks
subscribe
Micro
Blocks
All
subscribe
Micro
Blocks
Node
subscribe
Object
subscribe
Object
All
subscribe
Object
Node
subscribe
Transactions
subscribe
Transactions
All
subscribe
Transactions
Node
Constructors
constructor
new
MiddlewareSubscriber
(
url
:
string
)
:
MiddlewareSubscriber
Parameters
url
:
string
Returns
MiddlewareSubscriber
Properties
Readonly
url
url
:
string
Accessors
web
Socket
get
webSocket
()
:
undefined
|
WebSocket
Returns
undefined
|
WebSocket
Methods
reconnect
reconnect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
subscribe
Key
Blocks
subscribeKeyBlocks
(
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
)
:
()
=>
void
Parameters
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Key
Blocks
All
subscribeKeyBlocksAll
(
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
)
:
()
=>
void
Parameters
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Key
Blocks
Node
subscribeKeyBlocksNode
(
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
)
:
()
=>
void
Parameters
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Micro
Blocks
subscribeMicroBlocks
(
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
)
:
()
=>
void
Parameters
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Micro
Blocks
All
subscribeMicroBlocksAll
(
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
)
:
()
=>
void
Parameters
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Micro
Blocks
Node
subscribeMicroBlocksNode
(
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
)
:
()
=>
void
Parameters
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Object
subscribeObject
(
target
:
|
`
${
string
}
.chain
`
|
`
kh_
${
string
}
`
|
`
ch_
${
string
}
`
|
`
ct_
${
string
}
`
|
`
ok_
${
string
}
`
|
`
oq_
${
string
}
`
|
`
ak_
${
string
}
`
|
`
nm_
${
string
}
`
,
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
,
)
:
()
=>
void
Parameters
target
:
|
`
${
string
}
.chain
`
|
`
kh_
${
string
}
`
|
`
ch_
${
string
}
`
|
`
ct_
${
string
}
`
|
`
ok_
${
string
}
`
|
`
oq_
${
string
}
`
|
`
ak_
${
string
}
`
|
`
nm_
${
string
}
`
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Object
All
subscribeObjectAll
(
target
:
|
`
${
string
}
.chain
`
|
`
kh_
${
string
}
`
|
`
ch_
${
string
}
`
|
`
ct_
${
string
}
`
|
`
ok_
${
string
}
`
|
`
oq_
${
string
}
`
|
`
ak_
${
string
}
`
|
`
nm_
${
string
}
`
,
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
,
)
:
()
=>
void
Parameters
target
:
|
`
${
string
}
.chain
`
|
`
kh_
${
string
}
`
|
`
ch_
${
string
}
`
|
`
ct_
${
string
}
`
|
`
ok_
${
string
}
`
|
`
oq_
${
string
}
`
|
`
ak_
${
string
}
`
|
`
nm_
${
string
}
`
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Object
Node
subscribeObjectNode
(
target
:
|
`
${
string
}
.chain
`
|
`
kh_
${
string
}
`
|
`
ch_
${
string
}
`
|
`
ct_
${
string
}
`
|
`
ok_
${
string
}
`
|
`
oq_
${
string
}
`
|
`
ak_
${
string
}
`
|
`
nm_
${
string
}
`
,
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
,
)
:
()
=>
void
Parameters
target
:
|
`
${
string
}
.chain
`
|
`
kh_
${
string
}
`
|
`
ch_
${
string
}
`
|
`
ct_
${
string
}
`
|
`
ok_
${
string
}
`
|
`
oq_
${
string
}
`
|
`
ak_
${
string
}
`
|
`
nm_
${
string
}
`
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Transactions
subscribeTransactions
(
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
)
:
()
=>
void
Parameters
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Transactions
All
subscribeTransactionsAll
(
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
)
:
()
=>
void
Parameters
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
subscribe
Transactions
Node
subscribeTransactionsNode
(
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
)
:
()
=>
void
Parameters
cb
:
(
p
?:
any
,
e
?:
Error
)
=>
void
Returns
()
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
url
Accessors
web
Socket
Methods
reconnect
subscribe
Key
Blocks
subscribe
Key
Blocks
All
subscribe
Key
Blocks
Node
subscribe
Micro
Blocks
subscribe
Micro
Blocks
All
subscribe
Micro
Blocks
Node
subscribe
Object
subscribe
Object
All
subscribe
Object
Node
subscribe
Transactions
subscribe
Transactions
All
subscribe
Transactions
Node
@aeternity/aepp-sdk
Loading...