cache-typescript-sdk
Version:
Blockstart NIS1 SDK
11 lines (10 loc) • 392 B
TypeScript
/**
* 1: The result is a validation result.
* 2: The result is a heart beat result.
* 4: The result indicates a status.
*/
export declare type TypeNemAnnounceResult = 1 | 2 | 4;
/**
* View specification at http://bob.nem.ninja/docs/#nemRequestResult
*/
export declare type CodeNemAnnounceResult = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19;