UNPKG
stellar-plus
Version:
latest (0.14.4)
0.14.4
0.14.3
0.14.1
0.14.0
0.13.0
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.2
0.6.1
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.2.0
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain
stellar-plus
/
lib
/
stellar-plus
/
utils
/
pipeline
/
index.d.ts
7 lines
(6 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ConveyorBelt
}
from
'./conveyor-belts'
;
import
{
MultiBeltPipeline
}
from
'./multi-belt-pipeline'
;
export
declare
const
pipelineUtils
: {
ConveyorBelt
:
typeof
ConveyorBelt
;
MultiBeltPipeline
:
typeof
MultiBeltPipeline
; };