Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/sdk-ts
ExplorerStreamTransformer
Class ExplorerStreamTransformer
Hierarchy
ExplorerStreamTransformer
Index
Constructors
constructor
Methods
blocks
Stream
Callback
blocks
With
Txs
Stream
Callback
transactions
Stream
Callback
Constructors
constructor
new
Explorer
Stream
Transformer
(
)
:
ExplorerStreamTransformer
Returns
ExplorerStreamTransformer
Methods
Static
blocks
Stream
Callback
blocks
Stream
Callback
(
response
:
internal
.
StreamBlocksResponse
)
:
{
block
:
Block
;
operation
:
StreamOperation
}
Parameters
response:
internal
.
StreamBlocksResponse
Returns
{
block
:
Block
;
operation
:
StreamOperation
}
block
:
Block
operation
:
StreamOperation
Static
blocks
With
Txs
Stream
Callback
blocks
With
Txs
Stream
Callback
(
response
:
internal
.
StreamBlocksResponse
)
:
{
block
:
BlockWithTxs
;
operation
:
StreamOperation
}
Parameters
response:
internal
.
StreamBlocksResponse
Returns
{
block
:
BlockWithTxs
;
operation
:
StreamOperation
}
block
:
BlockWithTxs
operation
:
StreamOperation
Static
transactions
Stream
Callback
transactions
Stream
Callback
(
response
:
internal
.
StreamTxsResponse
)
:
{
block
:
IndexerStreamTransaction
;
operation
:
StreamOperation
}
Parameters
response:
internal
.
StreamTxsResponse
Returns
{
block
:
IndexerStreamTransaction
;
operation
:
StreamOperation
}
block
:
IndexerStreamTransaction
operation
:
StreamOperation
Modules
@injectivelabs/sdk-
ts
internal
@injectivelabs/wallet-
ts
Explorer
Stream
Transformer
constructor
blocks
Stream
Callback
blocks
With
Txs
Stream
Callback
transactions
Stream
Callback
Generated using
TypeDoc