UNPKG
meteor-nem-library
Version:
latest (1.0.1)
1.0.1
1.0.0
Meteor NIS1 Library
github.com/blockstart/blockstart-nis1-sdk
blockstart/blockstart-nis1-sdk
meteor-nem-library
/
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;