UNPKG
nem-libray
Version:
latest (2.0.0-RC4)
2.0.0-RC4
Reactive Library for NEM
github.com/aleixmorgadas/nem-library-ts
aleixmorgadas/nem-library-ts
nem-libray
/
dist
/
src
/
infrastructure
/
blockchain
/
BlockDTO.d.ts
7 lines
(6 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * * -1: Only the nemesis blockchain has this
type
. * 1: Regular blockchain
type
. */
export
declare
type
BlockType = 1 | -1;