UNPKG
cache-typescript-sdk
Version:
latest (0.0.1)
0.0.1
Blockstart NIS1 SDK
github.com/blockstart/blockstart-nis1-sdk
blockstart/blockstart-nis1-sdk
cache-typescript-sdk
/
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;