UNPKG

cache-typescript-sdk

Version:
7 lines (6 loc) 132 B
/** * * -1: Only the nemesis blockchain has this type. * 1: Regular blockchain type. */ export declare type BlockType = 1 | -1;